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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -