Function and variable names in macOS Qt release build
-
Hi,
I just ran 'nm' on one of my Qt app release builds and ended up with a very detailed list that includes every function name and global variable name from my code. I thought Release builds were supposed to strip or obfuscate all names. Is there something I can add to the .pro file to make this happen?
Thanks,
Michael -
Hi,
I just ran 'nm' on one of my Qt app release builds and ended up with a very detailed list that includes every function name and global variable name from my code. I thought Release builds were supposed to strip or obfuscate all names. Is there something I can add to the .pro file to make this happen?
Thanks,
MichaelHi,
there was this topic lately. Have a look here