diff options
Diffstat (limited to 'makefile.debug')
-rw-r--r-- | makefile.debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.debug b/makefile.debug index e7d8b90d3..898c23c5d 100644 --- a/makefile.debug +++ b/makefile.debug @@ -10,8 +10,8 @@ # _X: These settings produce a debug build, with gdb symbols: -CC_OPTIONS = -s -ggdb -CCE_OPTIONS = -s -x c -ggdb +CC_OPTIONS = -s -ggdb -D_DEBUG +CCE_OPTIONS = -s -x c -ggdb -D_DEBUG LNK_OPTIONS = -lstdc++ -pthread -ggdb |