changeset 134:57bf719bce30 darwintunes

added -O3 optimisation to Makefile.osx
author matthiasm
date Wed, 28 Sep 2011 11:09:40 +0100
parents 5c1a25b3daf0
children 75a46075bf4e
files Makefile.osx
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.osx	Thu Jun 16 18:32:41 2011 +0100
+++ b/Makefile.osx	Wed Sep 28 11:09:40 2011 +0100
@@ -13,7 +13,7 @@
 
 ##  Uncomment these for an OS/X native build using command-line tools:
 ARCHFLAGS = -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -arch i386
-CFLAGS = $(ARCHFLAGS) -Wall -fPIC -g
+CFLAGS = $(ARCHFLAGS) -Wall -fPIC -g -O3
 CXXFLAGS = $(CFLAGS) -I$(VAMP_SDK_DIR) -I$(BOOST_ROOT)
 PLUGIN_EXT = .dylib
 PLUGIN = $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT)