Makefile
changeset 3907 ca5e75a55545
parent 3906 5c2c19528b3a
child 3994 7ed8945d7171
equal deleted inserted replaced
3906:5c2c19528b3a 3907:ca5e75a55545
   347 ifndef PROFILE
   347 ifndef PROFILE
   348 # Release mode
   348 # Release mode
   349 ifndef MORPHOS
   349 ifndef MORPHOS
   350 ifndef IRIX
   350 ifndef IRIX
   351 # automatical strip breaks under morphos
   351 # automatical strip breaks under morphos
       
   352 ifdef OSX
       
   353 # it appears that OSX can't handle automated stripping when mixing C and C++
       
   354 # we will do it manually in the target OSX_STRIP
       
   355 OSX_STRIP:=OSX_STRIP
       
   356 else
   352 LDFLAGS += -s
   357 LDFLAGS += -s
       
   358 endif
   353 endif
   359 endif
   354 endif
   360 endif
   355 endif
   361 endif
   356 
   362 
   357 ifdef OSX
   363 ifdef OSX