https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#Optimize-Options |
These are some of TDM-GCC's "quirks": just a few things you need to know about TDM-GCC before diving in. ... TDM-GCC doesn't link your programs with the libgcc or libstdc++ runtime DLLs by default. ... TDM-GCC still includes DLL versions of the libgcc and libstdc++ runtimes, which you can enable for your program with "-shared-libgcc" and "-shared-libstdc++" if desired. http://tdm-gcc.tdragon.net/quirks |