Browse Source

wscript: some commented lines for enabling debug symbols

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3849 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/v1.9.5
nedko 16 years ago
parent
commit
0d7306a60b
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      wscript

+ 4
- 0
wscript View File

@@ -106,6 +106,10 @@ def configure(conf):
conf.env.append_unique('CXXFLAGS', '-O3 -Wall')
conf.env.append_unique('CCFLAGS', '-O3 -Wall')

#conf.env.append_unique('CXXFLAGS', '-g')
#conf.env.append_unique('CCFLAGS', '-g')
#conf.env.append_unique('LINKFLAGS', '-g')

conf.sub_config('common')
if conf.env['IS_LINUX']:
conf.sub_config('linux')


Loading…
Cancel
Save