Makefile
changeset 3084 6540f61eea49
parent 3042 227101cb98ca
child 3085 d56874235364
equal deleted inserted replaced
3083:8afc31558162 3084:6540f61eea49
   343 endif
   343 endif
   344 
   344 
   345 ifdef OSX
   345 ifdef OSX
   346 # these compilerflags makes the app run as fast as possible without making the app unstable. It works on G3 or newer
   346 # these compilerflags makes the app run as fast as possible without making the app unstable. It works on G3 or newer
   347 BASECFLAGS += -O3 -funroll-loops -fsched-interblock -falign-loops=16 -falign-jumps=16 -falign-functions=16 -falign-jumps-max-skip=15 -falign-loops-max-skip=15 -mdynamic-no-pic
   347 BASECFLAGS += -O3 -funroll-loops -fsched-interblock -falign-loops=16 -falign-jumps=16 -falign-functions=16 -falign-jumps-max-skip=15 -falign-loops-max-skip=15 -mdynamic-no-pic
       
   348 ifdef IS_G5
       
   349 BASECFLAGS += -mtune=970 -mcpu=970 -mpowerpc-gpopt
       
   350 endif
   348 else
   351 else
   349 ifdef MORPHOS
   352 ifdef MORPHOS
   350 BASECFLAGS += -I/gg/os-include -O2 -noixemul -fstrict-aliasing -fexpensive-optimizations
   353 BASECFLAGS += -I/gg/os-include -O2 -noixemul -fstrict-aliasing -fexpensive-optimizations
   351 BASECFLAGS += -mcpu=604 -fno-inline -mstring -mmultiple
   354 BASECFLAGS += -mcpu=604 -fno-inline -mstring -mmultiple
   352 else
   355 else