aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.Linux')
-rw-r--r--src/Makefile.Linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.Linux b/src/Makefile.Linux
index 999bc91..40324e7 100644
--- a/src/Makefile.Linux
+++ b/src/Makefile.Linux
@@ -5,7 +5,7 @@ current: all
all: gripd.pd_linux joystickmodule.so midimodule.so
LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
- -Wall -W -Wshadow -Wstrict-prototypes -Werror \
+ -Wall -W -Wshadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch
MIDIDEFINES = -D$(MIDIOSSUBTYPE) -DLINUX
MIDICOMPILEFLAGS = -O6 -I./midiio/include $(MIDIDEFINES)