← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~linuxdcpp-team/linuxdcpp/trunk] Rev 404: Fix debug messages for debug builds

 

------------------------------------------------------------
revno: 404
committer: Razzloss <razzloss@xxxxxxxxx>
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']
 }