diff options
Diffstat (limited to 'bird/makefile')
-rw-r--r-- | bird/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bird/makefile b/bird/makefile index e051b47..5d959b0 100644 --- a/bird/makefile +++ b/bird/makefile @@ -70,7 +70,7 @@ pd_linux: bird.pd_linux .SUFFIXES: .pd_linux 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 LINUXINCLUDE = -I../../src |