From 9fe22a4ab7b34e8497560c3fc3b7acb460012fe8 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 2 Jul 2012 17:21:08 -0700 Subject: [PATCH] Mark -g as experimental (#2767) --- man/rustc.1 | 2 +- src/rustc/driver/rustc.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/rustc.1 b/man/rustc.1 index 92e72ebf217..2d98d622322 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -25,7 +25,7 @@ Configure the compilation environment Produce an LLVM bitcode file .TP \fB\-g\fR -Produce debug info +Produce debug info (experimental) .TP \fB\-\-gc\fR Garbage collect shared data (experimental/temporary) diff --git a/src/rustc/driver/rustc.rs b/src/rustc/driver/rustc.rs index e7661f40b26..8b5d76b89d3 100644 --- a/src/rustc/driver/rustc.rs +++ b/src/rustc/driver/rustc.rs @@ -37,7 +37,7 @@ Options: -c Compile and assemble, but do not link --cfg Configure the compilation environment --emit-llvm Produce an LLVM bitcode file - -g Produce debug info + -g Produce debug info (experimental) --gc Garbage collect shared data (experimental/temporary) -h --help Display this message -L Add a directory to the library search path