From 375e4a5fa233aab1d1c88933d03213f947a69ef0 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Wed, 13 Apr 2022 18:52:00 +0800 Subject: [PATCH] Xcode // Restore the optimized compilation settings. --- vChewing.xcodeproj/project.pbxproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/vChewing.xcodeproj/project.pbxproj b/vChewing.xcodeproj/project.pbxproj index f8b6a3b7..a71b8aac 100644 --- a/vChewing.xcodeproj/project.pbxproj +++ b/vChewing.xcodeproj/project.pbxproj @@ -1434,7 +1434,6 @@ "$(OTHER_CFLAGS)", "-fcxx-modules", ); - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; name = Debug; }; @@ -1475,8 +1474,6 @@ "$(OTHER_CFLAGS)", "-fcxx-modules", ); - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; name = Release; };