Utils: Add singleton alive test member
[senf.git] / senfscons / SENFSCons.py
index 60e175a..15414fd 100644 (file)
@@ -253,7 +253,7 @@ def MakeEnvironment():
         # The boost-regex library is not compiled with _GLIBCXX_DEBUG so this fails:
         #          CPPDEFINES = [ '_GLIBCXX_DEBUG' ],
         env.Append(CXXFLAGS = [ '-O0', '-g' ],
-                   CPPDEFINES = [ 'SENF_DEBUG' ],
+                   CPPDEFINES = { 'SENF_DEBUG': ''},
                    LINKFLAGS = [ '-g', '-rdynamic' ])
 
     env.Append(CPPDEFINES = [ '$EXTRA_DEFINES' ],