]> git.lizzy.rs Git - rust.git/commitdiff
Mark -g as experimental (#2767)
authorBrian Anderson <banderson@mozilla.com>
Tue, 3 Jul 2012 00:21:08 +0000 (17:21 -0700)
committerBrian Anderson <banderson@mozilla.com>
Tue, 3 Jul 2012 00:22:49 +0000 (17:22 -0700)
man/rustc.1
src/rustc/driver/rustc.rs

index 92e72ebf21783118dd20cfd8aa408dfe56cd30d7..2d98d622322deb43a3dbca2d71d8935e27e831e3 100644 (file)
@@ -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)
index e7661f40b2646c20fa9f0ecfb12f11321857b29c..8b5d76b89d3c47237eca51701423240ff353dd0c 100644 (file)
@@ -37,7 +37,7 @@ fn usage(argv0: str) {
     -c                 Compile and assemble, but do not link
     --cfg <cfgspec>    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 <path>          Add a directory to the library search path