aboutsummaryrefslogtreecommitdiff
path: root/c/ladspa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'c/ladspa/Makefile')
-rw-r--r--c/ladspa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/ladspa/Makefile b/c/ladspa/Makefile
index ee7b64d..025e2d1 100644
--- a/c/ladspa/Makefile
+++ b/c/ladspa/Makefile
@@ -1,3 +1,3 @@
default:
- $(CC) -Wall -Werror -O2 -c -fPIC ../ringbuf.c ../rnnoise/*.c module.c
+ $(CC) -Wall -O2 -c -fPIC ../ringbuf.c ../rnnoise/*.c module.c
$(CC) -shared -lm -Wl,--version-script=export.txt -o rnnoise_ladspa.so *.o