From 4169399446e30cdf501a6c50fd510262d41bc887 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 5 Jan 2003 04:35:15 +0000 Subject: "" svn path=/trunk/; revision=321 --- externals/grill/flext/makefile.pd-cygwin | 2 +- externals/grill/flext/makefile.pd-darwin | 2 +- externals/grill/flext/makefile.pd-linux | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/flext') diff --git a/externals/grill/flext/makefile.pd-cygwin b/externals/grill/flext/makefile.pd-cygwin index 3cfb7129..42763c20 100644 --- a/externals/grill/flext/makefile.pd-cygwin +++ b/externals/grill/flext/makefile.pd-cygwin @@ -19,7 +19,7 @@ include $(CONFIG) # compiler+linker stuff INCLUDES=$(PDPATH)/src FLAGS=-DFLEXT_SYS=2 -CFLAGS=-O6 -fno-exceptions -fno-rtti +CFLAGS=-O6 -fno-exceptions CFLAGS+=-mcpu=pentium3 -msse # cygwin gcc 3.2 CFLAGS_D=-g CFLAGS_T=-DFLEXT_THREADS diff --git a/externals/grill/flext/makefile.pd-darwin b/externals/grill/flext/makefile.pd-darwin index d17e0774..a776cdfe 100644 --- a/externals/grill/flext/makefile.pd-darwin +++ b/externals/grill/flext/makefile.pd-darwin @@ -15,7 +15,7 @@ include $(CONFIG) # compiler+linker stuff INCLUDES=$(PDPATH) $(SNDOBJ) FLAGS=-DFLEXT_SYS=2 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes # -maltivec -CFLAGS=-O6 -fno-exceptions -fno-rtti +CFLAGS=-O6 -fno-exceptions CFLAGS_D=-g -Wshadow CFLAGS_T=-DFLEXT_THREADS LIBS= diff --git a/externals/grill/flext/makefile.pd-linux b/externals/grill/flext/makefile.pd-linux index c003e9e1..c48d8466 100644 --- a/externals/grill/flext/makefile.pd-linux +++ b/externals/grill/flext/makefile.pd-linux @@ -15,7 +15,7 @@ include $(CONFIG) # compiler+linker stuff INCLUDES=$(PDPATH) $(SNDOBJ) $(STK) FLAGS=-DFLEXT_SYS=2 -CFLAGS=-O6 -fno-exceptions -fno-rtti +CFLAGS=-O6 -fno-exceptions CFLAGS+=-mcpu=pentiumpro # gcc 2.95 # CFLAGS+=-mcpu=pentium3 -msse # gcc 3.2 CFLAGS_D=-mcpu=pentiumpro -g -- cgit v1.2.1