summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-05-27 20:51:57 +0000
committertruelight <truelight@openttd.org>2006-05-27 20:51:57 +0000
commit7bd65117af8f1e93e2edb75a2e4b97eea023175f (patch)
treeae2a9cb38c1bde84d26c9eabdedfd91000aa7822 /Makefile
parentc2966591f7813956d9c5c3a860f0312a0b129c71 (diff)
downloadopenttd-7bd65117af8f1e93e2edb75a2e4b97eea023175f.tar.xz
(svn r4994) -Fix: changed the stripping parts a bit. OSX is no longer an exeption
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 9ed376689..f675321d2 100644
--- a/Makefile
+++ b/Makefile
@@ -348,18 +348,11 @@ ifndef PROFILE
# Release mode
ifndef MORPHOS
ifndef IRIX
-ifdef OSX
-# it appears that OSX can't handle automated stripping when mixing C and C++
-# we will do it manually in the target OSX_STRIP
-OSX_STRIP:=OSX_STRIP
-else
# automatical strip breaks under morphos
-CC_CFLAGS += -s
LDFLAGS += -s
endif
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