mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-Updated wscript, added valgrind script
This commit is contained in:
parent
6bd8a5ac47
commit
64b664f1df
2 changed files with 3 additions and 1 deletions
1
valgrind.sh
Executable file
1
valgrind.sh
Executable file
|
@ -0,0 +1 @@
|
|||
valgrind --tool=memcheck --leak-check=full .build/luppp5
|
3
wscript
3
wscript
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue