Skip to content

Commit

Permalink
Add warnings to debug compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccoy committed Mar 6, 2015
1 parent 7079e33 commit 7969060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if env['RELEASE']:
env.Append(CCFLAGS=['-O3', '-DNDEBUG'])
else:
mymode = 'debug'
env.Append(CCFLAGS=['-Wall', '-Wextra'])

#tell the user what we're doing
print '**** Compiling in ' + mymode + ' mode...'
Expand Down

0 comments on commit 7969060

Please sign in to comment.