c++ - How do I disable exp/lib generation when building an exe? -
I know that maybe it's somewhere due to some _dllexport (), not in my code but a third-party piece In. (Qt, Boost, OpenSG, ...)
Is it a simple Linker option to disable? I searched but could not find anywhere.
afaik, no, because the relevant # pragma linker overrides the settings
Comments
Post a Comment