aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-11 05:01:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-11 05:01:14 +0000
commit1a74eae3dbdd38003446d963b829c5fe5e8cd274 (patch)
tree882ebea58a16163ec3e4b6e5dea8fbb74beb6251 /Makefile
parentf632ec8b79a1620609b05bb0f765221b6fa60026 (diff)
added barebones ff function to linux file so that it'll work
svn path=/trunk/externals/hcs/hid/; revision=3166
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e0e340f..be7e008 100644
--- a/Makefile
+++ b/Makefile
@@ -31,10 +31,14 @@ endif
PDEXECUTABLE = ../../../pd/bin/pd
# generic optimization
-#OPT_FLAGS = -O3 -ffast-math
-# G4 optimization
-OPT_FLAGS = -O3 -mcpu=7400 -faltivec -ffast-math -fPIC
-# faster G4 7450 optimization (gives errors)
+OPT_FLAGS = -O3 -ffast-math
+# G4 optimization on Mac OS X
+#OPT_FLAGS = -O3 -mcpu=7400 -maltivec -ffast-math -fPIC
+# faster G4 7450 optimization (gives errors) on GNU/Linux
+#OPT_FLAGS = -O3 -mcpu=7450 -maltivec -ffast-math -fPIC
+# G4 optimization on Mac OS X
+#OPT_FLAGS = -O3 -mcpu=7400 -faltivec -ffast-math -fPIC
+# faster G4 7450 optimization (gives errors) on Mac OS X
#OPT_FLAGS = -ffast -mcpu=7450 -faltivec -ffast-math -fPIC
CFLAGS = $(OPT_FLAGS) -Wall -W -Wno-shadow -Wstrict-prototypes -Wno-unused