We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90a1de commit 9fe22a4Copy full SHA for 9fe22a4
man/rustc.1
@@ -25,7 +25,7 @@ Configure the compilation environment
25
Produce an LLVM bitcode file
26
.TP
27
\fB\-g\fR
28
-Produce debug info
+Produce debug info (experimental)
29
30
\fB\-\-gc\fR
31
Garbage collect shared data (experimental/temporary)
src/rustc/driver/rustc.rs
@@ -37,7 +37,7 @@ Options:
37
-c Compile and assemble, but do not link
38
--cfg <cfgspec> Configure the compilation environment
39
--emit-llvm Produce an LLVM bitcode file
40
- -g Produce debug info
+ -g Produce debug info (experimental)
41
--gc Garbage collect shared data (experimental/temporary)
42
-h --help Display this message
43
-L <path> Add a directory to the library search path
0 commit comments