Makefile
changeset 1810 bf33a29287e5
parent 1722 b388cfbae4c9
child 1822 8113e6ba4d8d
--- a/Makefile	Sat May 14 22:03:25 2005 +0000
+++ b/Makefile	Sat May 14 22:42:33 2005 +0000
@@ -332,11 +332,13 @@
 ifndef PROFILE
 # Release mode
 ifndef MORPHOS
+ifndef IRIX
 # automatical strip breaks under morphos
 BASECFLAGS += -s
 LDFLAGS += -s
 endif
 endif
+endif
 
 ifdef OSX
 # these compilerflags makes the app run as fast as possible without making the app unstable. It works on G3 or newer
@@ -349,10 +351,12 @@
 BASECFLAGS += -O2
 endif
 ifndef PROFILE
+ifndef IRIX
 BASECFLAGS += -fomit-frame-pointer
 endif
 endif
 endif
+endif
 
 ifdef STATIC
 ifndef OSX	# OSX can't build static if -static flag is used