diff options
author | Florian Jung <florian.a.jung@web.de> | 2012-04-11 16:36:45 +0200 |
---|---|---|
committer | Florian Jung <florian.a.jung@web.de> | 2012-04-11 16:36:45 +0200 |
commit | 7c875a14b73d844f4f3b8390e4463610262d9415 (patch) | |
tree | 915e0023706f3f5a3a81c1707415989dde472bad /synth/Makefile | |
parent | aec14a264cdb19ccbd9e53596c58da9b60308909 (diff) |
added FM-list (brings between 0% and 15% performance improvement)
cast-optimisation
programs gets a better operator=
commented out segfaulting cleanup()
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 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` |