Use -O2 for LADSPA module

pull/110/head 0.10.1
lawl 3 years ago
parent 3119fc5997
commit ee91fea993

@ -1,3 +1,3 @@
default:
$(CC) -Wall -Werror -c -fPIC ../ringbuf.c ../rnnoise/*.c module.c
$(CC) -Wall -Werror -O2 -c -fPIC ../ringbuf.c ../rnnoise/*.c module.c
$(CC) -shared -Wl,--version-script=export.txt -o rnnoise_ladspa.so *.o

Loading…
Cancel
Save