diff options
Diffstat (limited to 'src/iemlib2/makefile')
-rw-r--r-- | src/iemlib2/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iemlib2/makefile b/src/iemlib2/makefile index d44bf58..5e5c173 100644 --- a/src/iemlib2/makefile +++ b/src/iemlib2/makefile @@ -2,14 +2,14 @@ current: all .SUFFIXES: .pd_linux -INCLUDE = -I. -I/usr/local/src/pd/src +INCLUDE = -I. -I/usr/local/src/pd-0.37-4/src LDFLAGS = -export-dynamic -shared LIB = -ldl -lm -lpthread #select either the DBG and OPT compiler flags below: -CFLAGS = -DPD -DUNIX -Wall -W -Werror -Wno-unused \ +CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ -DDL_OPEN |