[VGMStream] Change libvgmstream optimization level

Optimization level bugs now affect Apple Silicon release builds, so
reduce optimization level there as well.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
swiftingly
Christopher Snowhill 2022-06-10 16:43:27 -07:00
parent ef2ba385f2
commit f23f8970cc
1 changed files with 1 additions and 1 deletions

View File

@ -3281,6 +3281,7 @@
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 1;
GCC_PREPROCESSOR_DEFINITIONS = (
BUILD_VGMSTREAM,
"VAR_ARRAYS=1",
@ -3370,7 +3371,6 @@
../mpg123,
);
FRAMEWORK_VERSION = A;
"GCC_OPTIMIZATION_LEVEL[arch=x86_64]" = 1;
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,