File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: bab2b37fd0d1491397736d9adc2317ffc06624ef
2
+ refs/heads/master: 0317085ac3fb9465729487056a6ac1417da2fd89
Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ Display help.
20
20
Display version information.
21
21
.TP
22
22
\fB -o \fR \fI filename \fR :
23
- Write output to \fI filename \fR . The default output
24
- filename for \fB foo.rs \fR is otherwise \fB foo \fR (when compiling a binary),
25
- \fB foo \fR (when compiling a library), \fB foo.o \fR (when using \fB -c \fR ),
26
- \fB foo.s \fR (when using \fB -S \fR ) or \fB foo.bc \fR (when using
27
- \fB --emit-llvm \fR ).
23
+ Write output to \fI filename \fR . The default
24
+ output filename for \fB foo.rs \fR is otherwise \fB foo \fR plus any
25
+ platform-specific extension (when compiling a binary), a
26
+ platform-specific name, e.g. \fB libfoo.so \fR (when compiling a
27
+ library), \fB foo.o \fR (when using \fB -c \fR ), \fB foo.s \fR (when using
28
+ \fB -S \fR ) or \fB foo.bc \fR (when using \fB --emit-llvm \fR ), and
28
29
.TP
29
30
\fB --lib \fR :
30
31
Compile and link a library crate into a shared object.
You can’t perform that action at this time.
0 commit comments