diff options
author | Florian Jung <florian.a.jung@web.de> | 2012-04-04 20:17:50 +0200 |
---|---|---|
committer | Florian Jung <florian.a.jung@web.de> | 2012-04-04 20:17:50 +0200 |
commit | 829c7f8da9aa285029b9d636edda191b5c2b507b (patch) | |
tree | f82649301e827278a1e8c1a49022b86b82b03641 /synth/Makefile | |
parent | 531a6e90cbf1cc2afd8eae7683bda48c5cf4506a (diff) |
reset filter-envelopes instead of reattacking
Diffstat (limited to 'synth/Makefile')
-rw-r--r-- | synth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synth/Makefile b/synth/Makefile index 80cf705..01e27ee 100644 --- a/synth/Makefile +++ b/synth/Makefile @@ -1,5 +1,6 @@ CXX=g++ -CFLAGS=-Wall -O2 +#CFLAGS=-Wall -O2 +CFLAGS=-Wall -O -g CXXFLAGS=$(CFLAGS) LDFLAGS=-lm `pkg-config --cflags --libs jack` |