summaryrefslogtreecommitdiff
path: root/synth/Makefile
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-09 13:06:58 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-09 13:06:58 +0100
commit216f7933c5b4b65f7f45d3c459ead10f160d124b (patch)
tree7d7e0c6a7af1723a4d536bd4d12c50572db77896 /synth/Makefile
parent8320af55e716f352f2720801fcd73913f2e7d19c (diff)
envelope_update_frames can now be set via CLI and config file
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 7ddccd7..c1d6dab 100644
--- a/synth/Makefile
+++ b/synth/Makefile
@@ -1,5 +1,5 @@
CXX=g++
-CFLAGS=-Wall -pg
+CFLAGS=-Wall -O2
CXXFLAGS=$(CFLAGS)
LDFLAGS=-lm `pkg-config --cflags --libs jack`