projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08f8057
)
define _DEBUG for debug builds (cherry picked from commit 3e261c022623306d4dba0cb11fa...
author
Frank Osterfeld
<frank@kdab.net>
Thu, 30 Apr 2009 09:02:07 +0000
(10:02 +0100)
committer
Ralf Habacker
<ralf.habacker@freenet.de>
Mon, 30 Nov 2009 12:43:19 +0000
(13:43 +0100)
cmake/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/cmake/CMakeLists.txt
b/cmake/CMakeLists.txt
index
28d8d56
..
d4b2629
100644
(file)
--- a/
cmake/CMakeLists.txt
+++ b/
cmake/CMakeLists.txt
@@
-110,6
+110,8
@@
if(WIN32)
set (CMAKE_DEBUG_POSTFIX "d")
endif(WIN32)
+SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -D_DEBUG")
+
#########################################################################
# Windows CE
#