From 7c875a14b73d844f4f3b8390e4463610262d9415 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Wed, 11 Apr 2012 16:36:45 +0200 Subject: added FM-list (brings between 0% and 15% performance improvement) cast-optimisation programs gets a better operator= commented out segfaulting cleanup() --- synth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synth/Makefile') diff --git a/synth/Makefile b/synth/Makefile index 01e27ee..d97ec90 100644 --- a/synth/Makefile +++ b/synth/Makefile @@ -1,6 +1,6 @@ CXX=g++ #CFLAGS=-Wall -O2 -CFLAGS=-Wall -O -g +CFLAGS=-Wall -O3 -g CXXFLAGS=$(CFLAGS) LDFLAGS=-lm `pkg-config --cflags --libs jack` -- cgit v1.2.3