VGMStream: Turn down libvgmstream optimization to -O1 on Intel, to hopefully fix a possible optimization bug
This commit is contained in:
parent
b40b506cc3
commit
86e3a26598
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue