-Updated wscript, added valgrind script

This commit is contained in:
Harry van Haaren 2013-07-30 03:08:03 +01:00
parent 6bd8a5ac47
commit 64b664f1df
2 changed files with 3 additions and 1 deletions

1
valgrind.sh Executable file
View file

@ -0,0 +1 @@
valgrind --tool=memcheck --leak-check=full .build/luppp5

View file

@ -11,7 +11,8 @@ def options(opt):
def configure(conf):
conf.load('compiler_cxx')
conf.env.append_value('CXXFLAGS', ['-g', '-Wall']) #'-O2'
#conf.env.append_value('CXXFLAGS', ['-g', '-Wall','-Werror','-Wextra']) #'-O2'
conf.env.append_value('CXXFLAGS', ['-g', '-Wall','-Werror','-march=native','-msse','-mfpmath=sse','-ffast-math']) #'-O2'
conf.check_cfg(package='ntk',at_least_version='1.3',args='--cflags --libs',uselib_store='NTK')
conf.check_cfg(package='jack',at_least_version='0.118',args='--cflags --libs',uselib_store='JACK')
#conf.check_cfg(package='lilv-0',at_least_version='1.0',args='--cflags --libs',uselib_store='LILV')