Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Disable Swift optimizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
calebd committed Aug 24, 2015
1 parent 1cebb8f commit 57f0805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Escapement.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = Escapement;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down

0 comments on commit 57f0805

Please sign in to comment.