VGMStream: Turn down libvgmstream optimization to -O1 on Intel, to hopefully fix a possible optimization bug

This commit is contained in:
Christopher Snowhill 2022-01-07 17:29:12 -08:00
parent b40b506cc3
commit 86e3a26598

View file

@ -3382,6 +3382,7 @@
../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,