Skip to content

Commit

Permalink
Disabled Swift optimisations (otherwise Swift compiler freezes in rel…
Browse files Browse the repository at this point in the history
…ease build)
  • Loading branch information
dirkwhoffmann committed Aug 31, 2019
1 parent a279edc commit ff86293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vAmiga.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1010;
LastUpgradeCheck = 1020;
LastUpgradeCheck = 1030;
ORGANIZATIONNAME = "Dirk Hoffmann";
TargetAttributes = {
508FDE6321EA1FA40043D0E9 = {
Expand Down Expand Up @@ -1368,7 +1368,7 @@
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OBJC_BRIDGING_HEADER = "GUI/Proxy/VirtualC64-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion vAmiga.xcodeproj/xcshareddata/xcschemes/vAmiga.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1030"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit ff86293

Please sign in to comment.