X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senfscons%2FSENFSCons.py;h=15414fdb047a072448800c029287268912239dac;hb=925317c7f45c32b01ab9292023db3f372b74bf0f;hp=60e175a0da9b2ee459f0b91bef9b1d6e971a4e01;hpb=46ce25973f087d30ca10eebdad6e3bfa7586ecc9;p=senf.git diff --git a/senfscons/SENFSCons.py b/senfscons/SENFSCons.py index 60e175a..15414fd 100644 --- a/senfscons/SENFSCons.py +++ b/senfscons/SENFSCons.py @@ -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' ],