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 c1d6dab..864c0a7 100644
--- a/synth/Makefile
+++ b/synth/Makefile
@@ -1,5 +1,5 @@
CXX=g++
-CFLAGS=-Wall -O2
+CFLAGS=-Wall -g
CXXFLAGS=$(CFLAGS)
LDFLAGS=-lm `pkg-config --cflags --libs jack`