diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-07-02 17:21:08 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-07-02 17:22:49 -0700 |
| commit | 9fe22a4ab7b34e8497560c3fc3b7acb460012fe8 (patch) | |
| tree | 1acffb89bf3f07cc65bab43369f0efaabef889e0 /src/rustc | |
| parent | d90a1dee4343305deb429150e79131abc8edcdc2 (diff) | |
| download | rust-9fe22a4ab7b34e8497560c3fc3b7acb460012fe8.tar.gz rust-9fe22a4ab7b34e8497560c3fc3b7acb460012fe8.zip | |
Mark -g as experimental (#2767)
Diffstat (limited to 'src/rustc')
| -rw-r--r-- | src/rustc/driver/rustc.rs | 2 |
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 |
