소스 검색

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 년 전
부모
커밋
ff5ded7ad1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      DcCore/DcCore.xcodeproj/project.pbxproj

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

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