@@ -146,7 +146,7 @@ Path to the archive utility to use when assembling archives.
146
146
Path to the linker utility to use when linking libraries, executables, and
147
147
objects.
148
148
.TP
149
- \fB link \- args \fR ='\fI \- FLAG1 \- FLAG2 \fR '
149
+ \fB link \- args \fR ='\fI \- flag1 \- flag2 \fR '
150
150
A space\[hy ] separated list of extra arguments to pass to the linker when the linker
151
151
is invoked.
152
152
.TP
@@ -157,18 +157,18 @@ Perform LLVM link\[hy]time optimizations.
157
157
Selects a target processor.
158
158
If the value is 'help', then a list of available CPUs is printed.
159
159
.TP
160
- \fB target \- feature \fR ='\fI +FEATURE1 \fR ,\fI \- FEATURE2 \fR '
160
+ \fB target \- feature \fR ='\fI +feature1 \fR ,\fI \- feature2 \fR '
161
161
A comma\[hy ] separated list of features to enable or disable for the target.
162
162
A preceding '+' enables a feature while a preceding '\- ' disables it.
163
163
Available features can be discovered through \fI target \- cpu=help \fR .
164
164
.TP
165
- \fB passes \fR =\fI LIST \fR
165
+ \fB passes \fR =\fI val \fR
166
166
A space\[hy ] separated list of extra LLVM passes to run.
167
167
A value of 'list' will cause \fB rustc \fR to print all known passes and
168
168
exit.
169
169
The passes specified are appended at the end of the normal pass manager.
170
170
.TP
171
- \fB llvm \- args \fR ='\fI \- ARG1 \fR \fI \- ARG2 \fR '
171
+ \fB llvm \- args \fR ='\fI \- arg1 \fR \fI \- arg2 \fR '
172
172
A space\[hy ] separated list of arguments to pass through to LLVM.
173
173
.TP
174
174
\fB save \- temps \fR
@@ -210,22 +210,22 @@ The relocation model to use.
210
210
\fB code \- model \fR =[small,kernel,medium,large]
211
211
Choose the code model to use.
212
212
.TP
213
- \fB metadata \fR =\fI VAL \fR
213
+ \fB metadata \fR =\fI val \fR
214
214
Metadata to mangle symbol names with.
215
215
.TP
216
- \fB extra \- filename \fR =\fI VAL \fR
216
+ \fB extra \- filename \fR =\fI val \fR
217
217
Extra data to put in each output filename.
218
218
.TP
219
- \fB codegen \- units \fR =\fI N \fR
220
- Divide crate into \fI N \fR units to optimize in parallel.
219
+ \fB codegen \- units \fR =\fI n \fR
220
+ Divide crate into \fI n \fR units to optimize in parallel.
221
221
.TP
222
- \fB remark \fR =\fI VAL \fR
222
+ \fB remark \fR =\fI val \fR
223
223
Print remarks for these optimization passes (space separated, or "all").
224
224
.TP
225
225
\fB no \- stack \- check \fR
226
226
Disable checks for stack exhaustion (a memory\[hy ] safety hazard!).
227
227
.TP
228
- \fB debuginfo \fR =\fI VAL \fR
228
+ \fB debuginfo \fR =\fI val \fR
229
229
Debug info emission level:
230
230
.RS
231
231
.TP
0 commit comments