summaryrefslogtreecommitdiff
path: root/synth/Makefile
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-02-10 18:34:51 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-02-10 18:34:51 +0100
commitb9737dd44072cc219ade876d4df12f3118cead67 (patch)
tree678df0adc2fe44b3c1bdde40eaa3590996e5520a /synth/Makefile
parent67ec646a42b8b9e851c693effbdce18327b67501 (diff)
Updated TODO and changed a default in defines.h
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 e19546f..80cf705 100644
--- a/synth/Makefile
+++ b/synth/Makefile
@@ -1,5 +1,5 @@
CXX=g++
-CFLAGS=-Wall -O2 -g
+CFLAGS=-Wall -O2
CXXFLAGS=$(CFLAGS)
LDFLAGS=-lm `pkg-config --cflags --libs jack`