diff options
author | musil <tmusil@users.sourceforge.net> | 2010-11-24 13:17:26 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2010-11-24 13:17:26 +0000 |
commit | faec4ffea914580d0722a3f29286863fbafeac0b (patch) | |
tree | 90e5e15c994660f80dcc56392a02241bb4e4b879 /iemlib1/src/makefile_linux | |
parent | 17410186c6dccbf6f05196901140641250b32d45 (diff) |
change because of sparse_FIR~
svn path=/trunk/externals/iemlib/; revision=14522
Diffstat (limited to 'iemlib1/src/makefile_linux')
-rw-r--r-- | iemlib1/src/makefile_linux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iemlib1/src/makefile_linux b/iemlib1/src/makefile_linux index 6448376..6eb4543 100644 --- a/iemlib1/src/makefile_linux +++ b/iemlib1/src/makefile_linux @@ -10,7 +10,7 @@ LIB = -ldl -lm -lpthread #select either the DBG and OPT compiler flags below: CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ - -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ + -Wno-parentheses -Wno-switch -O2 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ -DDL_OPEN -fPIC SYSTEM = $(shell uname -m) @@ -38,6 +38,7 @@ SRC = biquad_freq_resp.c \ pvu~.c \ rvu~.c \ sin_phase~.c \ + sparse_FIR~ \ soundfile_info.c \ split.c \ v2db.c \ |