File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,14 +168,14 @@ of longer linking time.
168
168
169
169
The valid options are:
170
170
171
- * ` false ` : Performs "thin local LTO" which performs "thin" LTO on the local
172
- crate only across its [ codegen units] ( #codegen-units ) . No LTO is performed
173
- if codegen units is 1 or [ opt-level] ( #opt-level ) is 0.
174
171
* ` true ` or ` "fat" ` : Performs "fat" LTO which attempts to perform
175
172
optimizations across all crates within the dependency graph.
176
173
* ` "thin" ` : Performs [ "thin" LTO] . This is similar to "fat", but takes
177
174
substantially less time to run while still achieving performance gains
178
175
similar to "fat".
176
+ * ` false ` : Performs "thin local LTO" which performs "thin" LTO on the local
177
+ crate only across its [ codegen units] ( #codegen-units ) . No LTO is performed
178
+ if codegen units is 1 or [ opt-level] ( #opt-level ) is 0.
179
179
* ` "off" ` : Disables LTO.
180
180
181
181
See the [ linker-plugin-lto chapter] if you are interested in cross-language LTO.
You can’t perform that action at this time.
0 commit comments