summaryrefslogtreecommitdiff
path: root/synth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'synth/Makefile')
-rw-r--r--synth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/Makefile b/synth/Makefile
index 01e27ee..d97ec90 100644
--- a/synth/Makefile
+++ b/synth/Makefile
@@ -1,6 +1,6 @@
CXX=g++
#CFLAGS=-Wall -O2
-CFLAGS=-Wall -O -g
+CFLAGS=-Wall -O3 -g
CXXFLAGS=$(CFLAGS)
LDFLAGS=-lm `pkg-config --cflags --libs jack`