(svn r4994) -Fix: changed the stripping parts a bit. OSX is no longer an exeption
This commit is contained in:
7
Makefile
7
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
|
||||
|
||||
Reference in New Issue
Block a user