We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07b35a commit e927b55Copy full SHA for e927b55
docs/OptimizationTips.rst
@@ -33,7 +33,10 @@ three different optimization levels:
33
34
In the Xcode UI, one can modify the current optimization level as follows:
35
36
-...
+For the whole project,
37
+Select project in `project and targets list`, then add `-Ounchecked` in `Other Swift Flags` under `Swift Compiler - Custom Flags`.
38
+
39
+For a single target, process is the same except you select desired target in `project and targets list`.
40
41
42
Whole Module Optimizations (WMO)
0 commit comments