Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
ff5ded7ad1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 = "";
 			};