File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,19 @@ three different optimization levels:
33
33
34
34
In the Xcode UI, one can modify the current optimization level as follows:
35
35
36
- ...
37
-
36
+ In the Project Navigator, select the project icon to enter the Project Editor.
37
+ In the project editor, select the icon under the "Project" header to enter
38
+ the project settings editor. From there, an optimization setting can be applied
39
+ to every target in the project by changing the "Optimization Level" field under
40
+ the "Build Settings" header.
41
+
42
+ To apply a custom optimization level to a particular target, select that target
43
+ under the "Targets" header in the Project Editor and override the
44
+ "Optimization Level" field under its "Build Settings" header.
45
+
46
+ If a given optimization level is not available in the UI, its corresponding flag
47
+ can be manually specified by selecting the ``Other... `` level in
48
+ the "Optimization Level" dropdown.
38
49
39
50
Whole Module Optimizations (WMO)
40
51
================================
You can’t perform that action at this time.
0 commit comments