Release build with debug information
Solved
Qt Creator and other tools
-
wrote on 18 Aug 2017, 19:41 last edited by
How can I, using qbs, build in release mode but with debug information. I am having a crash in release build but not in debug build.
-
wrote on 18 Aug 2017, 20:13 last edited by
It's quite easy I had just to use cpp.debugInformation: true in the project file.
1/2