mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-11 00:26:28 -04:00
Mac classic: Build with CPU optimisations on at least
This commit is contained in:
parent
4f732af28b
commit
79078b7cc6
@ -4,6 +4,8 @@ RETRO68=../Retro68-build/toolchain
|
||||
PREFIX=$(RETRO68)/m68k-apple-macos
|
||||
CC=$(RETRO68)/bin/m68k-apple-macos-gcc
|
||||
CXX=$(RETRO68)/bin/m68k-apple-macos-g++
|
||||
CFLAGS=-O1 -fno-math-errno
|
||||
|
||||
REZ=$(RETRO68)/bin/Rez
|
||||
|
||||
LDFLAGS=-lRetroConsole
|
||||
|
@ -4,6 +4,8 @@ RETRO68=../Retro68-build/toolchain
|
||||
PREFIX=$(RETRO68)/powerpc-apple-macos
|
||||
CC=$(RETRO68)/bin/powerpc-apple-macos-gcc
|
||||
CXX=$(RETRO68)/bin/powerpc-apple-macos-g++
|
||||
CFLAGS=-O1 -fno-math-errno
|
||||
|
||||
REZ=$(RETRO68)/bin/Rez
|
||||
MakePEF=$(RETRO68)/bin/MakePEF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user