Apple Silicon Build Support
Disable ARM NEON optimizations for audio, as used in libretro-common/audio/conversion Allows for building Apple Silicon (arm64) and arm64/x86_64 fat-binary versions of RetroArch for macOS.
This commit is contained in:
parent
4dcc556ec9
commit
ffbcd92e2d
|
@ -1751,6 +1751,7 @@
|
|||
"-DHAVE_COCOA_METAL",
|
||||
"-UHAVE_GLSL",
|
||||
"-UHAVE_OPENGL",
|
||||
"-DDONT_WANT_ARM_OPTIMIZATIONS",
|
||||
);
|
||||
OTHER_CODE_SIGN_FLAGS = "--deep --timestamp";
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
|
@ -1786,6 +1787,7 @@
|
|||
"-DHAVE_COCOA_METAL",
|
||||
"-UHAVE_GLSL",
|
||||
"-UHAVE_OPENGL",
|
||||
"-DDONT_WANT_ARM_OPTIMIZATIONS",
|
||||
);
|
||||
OTHER_CODE_SIGN_FLAGS = "--deep --timestamp";
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
|
|
Loading…
Reference in New Issue