Skip to content

Commit ff86293

Browse files
committed
Disabled Swift optimisations (otherwise Swift compiler freezes in release build)
1 parent a279edc commit ff86293

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vAmiga.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@
968968
isa = PBXProject;
969969
attributes = {
970970
LastSwiftUpdateCheck = 1010;
971-
LastUpgradeCheck = 1020;
971+
LastUpgradeCheck = 1030;
972972
ORGANIZATIONNAME = "Dirk Hoffmann";
973973
TargetAttributes = {
974974
508FDE6321EA1FA40043D0E9 = {
@@ -1368,7 +1368,7 @@
13681368
SDKROOT = macosx;
13691369
SWIFT_COMPILATION_MODE = wholemodule;
13701370
SWIFT_OBJC_BRIDGING_HEADER = "GUI/Proxy/VirtualC64-Bridging-Header.h";
1371-
SWIFT_OPTIMIZATION_LEVEL = "-O";
1371+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
13721372
};
13731373
name = Release;
13741374
};

vAmiga.xcodeproj/xcshareddata/xcschemes/vAmiga.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1030"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)