Makefile
changeset 3906 2bb6493a9189
parent 3905 b799603843f8
child 3907 61074b916295
equal deleted inserted replaced
3905:b799603843f8 3906:2bb6493a9189
   346 ifndef DEBUG
   346 ifndef DEBUG
   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 ifdef OSX
       
   352 # it appears that OSX can't handle automated stripping when mixing C and C++
       
   353 # we will do it manually in the target OSX_STRIP
       
   354 OSX_STRIP:=OSX_STRIP
       
   355 else
       
   356 # automatical strip breaks under morphos
   351 # automatical strip breaks under morphos
   357 CC_CFLAGS += -s
       
   358 LDFLAGS += -s
   352 LDFLAGS += -s
   359 endif
       
   360 endif
   353 endif
   361 endif
   354 endif
   362 endif
   355 endif
   363 
   356 
   364 ifdef OSX
   357 ifdef OSX