mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-10 09:10:19 +01:00
define _DEBUG for debug builds (cherry picked from commit 3e261c022623306d4dba0cb11fa342abff61aee9)
This commit is contained in:
parent
08f8057d1f
commit
be3d150691
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue