[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
parent
ef2ba385f2
commit
f23f8970cc
|
@ -3281,6 +3281,7 @@
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
||||||
GCC_NO_COMMON_BLOCKS = YES;
|
GCC_NO_COMMON_BLOCKS = YES;
|
||||||
|
GCC_OPTIMIZATION_LEVEL = 1;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
BUILD_VGMSTREAM,
|
BUILD_VGMSTREAM,
|
||||||
"VAR_ARRAYS=1",
|
"VAR_ARRAYS=1",
|
||||||
|
@ -3370,7 +3371,6 @@
|
||||||
../mpg123,
|
../mpg123,
|
||||||
);
|
);
|
||||||
FRAMEWORK_VERSION = A;
|
FRAMEWORK_VERSION = A;
|
||||||
"GCC_OPTIMIZATION_LEVEL[arch=x86_64]" = 1;
|
|
||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
||||||
|
|
Loading…
Reference in New Issue