Browse Source

enable speed optimisation also for debug builds to avoid weird surprises, to make profileing possible and to get a 'feeling' about what is really slow.

B. Petersen 3 years ago
parent
commit
ff5ded7ad1
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 = "";
 			};