Browse Source

Merge pull request #1420 from deltachat/optimize-for-speed

enable speed optimisation also for debug builds
cyBerta 3 years ago
parent
commit
d106580131
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DcCore/DcCore.xcodeproj/project.pbxproj

+ 1 - 1
DcCore/DcCore.xcodeproj/project.pbxproj

@@ -412,7 +412,7 @@
 				ONLY_ACTIVE_ARCH = YES;
 				SDKROOT = iphoneos;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
-				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+				SWIFT_OPTIMIZATION_LEVEL = "-O";
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};