Enable compiler optimization on all macOS architectures

It seems to improve framerate and still work on x86 and x86_64. I
haven't tested ppc64 as I don't have the hardware. ppc64 isn't built
into the universal bundle either.

I noticed this because compiling opus warns it may be slow due to
optimization being disabled.
This commit is contained in:
Zack Middleton 2017-12-16 12:51:56 -06:00
parent c904f6d4aa
commit 7166a3cd39
2 changed files with 2 additions and 3 deletions

View file

@ -19,7 +19,7 @@ unset X86_64_MACOSX_VERSION_MIN
unset X86_SDK
unset X86_CFLAGS
unset X86_MACOSX_VERSION_MIN
unset PPC_64_SDK
unset PPC_SDK
unset PPC_CFLAGS
unset PPC_MACOSX_VERSION_MIN