------------------------------------------------------------
revno: 404
committer: Razzloss <[email protected]>
branch nick: master
timestamp: Tue 2011-01-18 17:02:04 +0200
message:
  Fix debug messages for debug builds
modified:
  SConstruct


--
lp:linuxdcpp
https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk

Your team LinuxDC++ Team is subscribed to branch lp:linuxdcpp.
To unsubscribe from this branch go to 
https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk/+edit-subscription
=== modified file 'SConstruct'
--- SConstruct	2010-11-25 16:54:23 +0000
+++ SConstruct	2011-01-18 15:02:04 +0000
@@ -18,7 +18,7 @@
 # todo: remove -fpermissive and fix the errors
 BUILD_FLAGS = {
 	'common': ['-I#', '-fpermissive', '-D_GNU_SOURCE', '-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64', '-D_REENTRANT'],
-	'debug': ['-g', '-ggdb', '-Wall'], 
+	'debug': ['-g', '-ggdb', '-Wall', '-D_DEBUG'], 
 	'release' : ['-O3', '-fomit-frame-pointer', '-DNDEBUG']
 }
 

_______________________________________________
Mailing list: https://launchpad.net/~linuxdcpp-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~linuxdcpp-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to