Skip to content

Commit 9fe22a4

Browse files
committed
Mark -g as experimental (#2767)
1 parent d90a1de commit 9fe22a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man/rustc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Configure the compilation environment
2525
Produce an LLVM bitcode file
2626
.TP
2727
\fB\-g\fR
28-
Produce debug info
28+
Produce debug info (experimental)
2929
.TP
3030
\fB\-\-gc\fR
3131
Garbage collect shared data (experimental/temporary)

src/rustc/driver/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Options:
3737
-c Compile and assemble, but do not link
3838
--cfg <cfgspec> Configure the compilation environment
3939
--emit-llvm Produce an LLVM bitcode file
40-
-g Produce debug info
40+
-g Produce debug info (experimental)
4141
--gc Garbage collect shared data (experimental/temporary)
4242
-h --help Display this message
4343
-L <path> Add a directory to the library search path

0 commit comments

Comments
 (0)