Mark -g as experimental (#2767)

This commit is contained in:
Brian Anderson 2012-07-02 17:21:08 -07:00
parent d90a1dee43
commit 9fe22a4ab7
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Configure the compilation environment
Produce an LLVM bitcode file Produce an LLVM bitcode file
.TP .TP
\fB\-g\fR \fB\-g\fR
Produce debug info Produce debug info (experimental)
.TP .TP
\fB\-\-gc\fR \fB\-\-gc\fR
Garbage collect shared data (experimental/temporary) Garbage collect shared data (experimental/temporary)

View File

@ -37,7 +37,7 @@ Options:
-c Compile and assemble, but do not link -c Compile and assemble, but do not link
--cfg <cfgspec> Configure the compilation environment --cfg <cfgspec> Configure the compilation environment
--emit-llvm Produce an LLVM bitcode file --emit-llvm Produce an LLVM bitcode file
-g Produce debug info -g Produce debug info (experimental)
--gc Garbage collect shared data (experimental/temporary) --gc Garbage collect shared data (experimental/temporary)
-h --help Display this message -h --help Display this message
-L <path> Add a directory to the library search path -L <path> Add a directory to the library search path