From 8320af55e716f352f2720801fcd73913f2e7d19c Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sat, 8 Jan 2011 19:35:27 +0100 Subject: Envelope::get_level() gets called rarely now Also, changed .gitignore to ignore gmon.out --- synth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synth/Makefile') 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` -- cgit v1.2.3