[Bug 67390] -DNO_DEBUG despite debug configuration
Jens Dagerbo
jens.dagerbo at swipnet.se
Thu Nov 6 12:49:03 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=67390
jens.dagerbo at swipnet.se changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From jens.dagerbo at swipnet.se 2003-11-06 12:48 -------
Somewhat hesistant after my last confused venture into qmake land, I'd say he's right.
This is what I get in debug and release config:
Debug:
g++ -c -pipe -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG
Release:
g++ -c -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED
In other words, the same -D flags for both settings (just a different order). I can debug the project fine in KDevelop though, so I don't know if the flag matters much..
This was reproduced with a simple "qmake application" project from the KDevelop template.
More information about the KDevelop-devel
mailing list