aboutsummaryrefslogtreecommitdiff
path: root/iemlib1/src/makefile_linux
diff options
context:
space:
mode:
Diffstat (limited to 'iemlib1/src/makefile_linux')
-rw-r--r--iemlib1/src/makefile_linux3
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 \