about summary refs log tree commit diff
path: root/src/rustc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-07-02 17:21:08 -0700
committerBrian Anderson <banderson@mozilla.com>2012-07-02 17:22:49 -0700
commit9fe22a4ab7b34e8497560c3fc3b7acb460012fe8 (patch)
tree1acffb89bf3f07cc65bab43369f0efaabef889e0 /src/rustc
parentd90a1dee4343305deb429150e79131abc8edcdc2 (diff)
downloadrust-9fe22a4ab7b34e8497560c3fc3b7acb460012fe8.tar.gz
rust-9fe22a4ab7b34e8497560c3fc3b7acb460012fe8.zip
Mark -g as experimental (#2767)
Diffstat (limited to 'src/rustc')
-rw-r--r--src/rustc/driver/rustc.rs2
1 files changed, 1 insertions, 1 deletions
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 <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