summaryrefslogtreecommitdiff
path: root/synth/Makefile
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-02-04 16:20:12 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-02-04 16:20:12 +0100
commit6ea25018546ebc099845158de7fef29c1c4fb28d (patch)
tree8e99e35949f462b5fea95411a77757e46117f096 /synth/Makefile
parent12f20783b7ec8804825282fd04d9333ec83e31eb (diff)
Tiny bugfix in in-synth-cli, updated TODO and stuff
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 6258697..a9ec0a1 100644
--- a/synth/Makefile
+++ b/synth/Makefile
@@ -1,5 +1,5 @@
CXX=g++
-CFLAGS=-Wall -O2
+CFLAGS=-Wall -O2 -g
CXXFLAGS=$(CFLAGS)
LDFLAGS=-lm `pkg-config --cflags --libs jack`