diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-08 19:35:27 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-08 19:35:27 +0100 |
commit | 8320af55e716f352f2720801fcd73913f2e7d19c (patch) | |
tree | e36f1ea85d688f8314348a22e6b863af7c6eafeb /synth/Makefile | |
parent | d84da6cdfb9027a67b8ab50fe2c23374acc3b245 (diff) |
Envelope::get_level() gets called rarely now
Also, changed .gitignore to ignore gmon.out
Diffstat (limited to 'synth/Makefile')
-rw-r--r-- | synth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/Makefile b/synth/Makefile index 8007339..7ddccd7 100644 --- a/synth/Makefile +++ b/synth/Makefile @@ -1,5 +1,5 @@ CXX=g++ -CFLAGS=-Wall -O2 -pg +CFLAGS=-Wall -pg CXXFLAGS=$(CFLAGS) LDFLAGS=-lm `pkg-config --cflags --libs jack` |