Skip to content

Commit 3b5fc6e

Browse files
authored
Changed Link-Time Optimization for macOS to Incremental to prevent build artifacts (#2305)
1 parent 5ea3ca8 commit 3b5fc6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MSAL/MSAL.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7460,6 +7460,7 @@
74607460
"@executable_path/../Frameworks",
74617461
"@loader_path/Frameworks",
74627462
);
7463+
LLVM_LTO = YES_THIN;
74637464
MACOSX_DEPLOYMENT_TARGET = 10.15;
74647465
MARKETING_VERSION = 1.1.24;
74657466
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -7481,6 +7482,7 @@
74817482
"@executable_path/../Frameworks",
74827483
"@loader_path/Frameworks",
74837484
);
7485+
LLVM_LTO = YES_THIN;
74847486
MACOSX_DEPLOYMENT_TARGET = 10.15;
74857487
MARKETING_VERSION = 1.1.24;
74867488
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)