Hello i would like to compile xmrig https://github.com/xmrig/xmrig as dll using mingw x64 for windows. I successfully managed to convert the project to dll, hovewer after building i got tls callbacks and tls data in CRT section. When i call LoadLibrary i get a crash because of this. I have tested similar setup with msvc which produced no tls, as the project xmring does not use any thread variables. Is there some command line switch to disable tls and tls callbacks? Im using toolchain mingw-w64-x86_64-gcc...