From 86e3a26598ddd9a6ad21ae7dcb2deb88d344228c Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Fri, 7 Jan 2022 17:29:12 -0800 Subject: [PATCH] VGMStream: Turn down libvgmstream optimization to -O1 on Intel, to hopefully fix a possible optimization bug --- Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj b/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj index 8befac973..869455955 100644 --- a/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj +++ b/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj @@ -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,