(svn r4997) -Fix: [OSX] reverted the OSX part of rev 4994 as it caused dyld (lib) crashes

now OSX strips after linking again
This commit is contained in:
bjarni
2006-05-27 23:16:37 +00:00
parent 74e8c30aa6
commit a5a9b01452
2 changed files with 15 additions and 2 deletions

View File

@@ -349,10 +349,16 @@ ifndef PROFILE
ifndef MORPHOS
ifndef IRIX
# automatical strip breaks under morphos
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
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