diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-05 04:35:15 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-05 04:35:15 +0000 |
commit | 4169399446e30cdf501a6c50fd510262d41bc887 (patch) | |
tree | 752993cb5dfb4a594580b3cf6f57e730f634dc55 /externals/grill/flext | |
parent | c2d193b8e78aeca08c8c49baa83cc40b9951b833 (diff) |
""
svn path=/trunk/; revision=321
Diffstat (limited to 'externals/grill/flext')
-rw-r--r-- | externals/grill/flext/makefile.pd-cygwin | 2 | ||||
-rw-r--r-- | externals/grill/flext/makefile.pd-darwin | 2 | ||||
-rw-r--r-- | externals/grill/flext/makefile.pd-linux | 2 |
3 files changed, 3 insertions, 3 deletions
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 |