在 2024-10-03 14:54, Michele Locati 写道:
So, I don't understand what are those two functions, what they do, why they are used by my executable, and I don't know if I can avoid that dependency.Anyone have a clue about that?
Those functions are described in Itanium C++ ABI [1] and are required for thread-safe initialization of local static objects.
If you don't use multi-threading, you may compile with `-fno-threadsafe-statics`. [1] https://itanium-cxx-abi.github.io/cxx-abi/abi.html#once-ctor -- Best regards, LIU Hao
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
