How to compile .pdb on release?
-
If you use CMake use 'RelWithDebInfo', for qmake I don't know but you can set the generation of the debug information in the compiler and linker options
-
@Bonnie said in How to compile .pdb on release?:
For qmake, just CONFIG += force_debug_info
Perdon but where should i add this info?
I tried adding it onproperties -> qt project settings -> qmake -> additional command arguments -> CONFIG += force_debug_info
-
@Bonnie said in How to compile .pdb on release?:
For qmake, just CONFIG += force_debug_info
Perdon but where should i add this info?
I tried adding it onproperties -> qt project settings -> qmake -> additional command arguments -> CONFIG += force_debug_info