Makefile
changeset 3907 61074b916295
parent 3906 2bb6493a9189
child 3994 6d4a3d6db5e3
equal deleted inserted replaced
3906:2bb6493a9189 3907:61074b916295
   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