Mark -g as experimental (#2767)
This commit is contained in:
parent
d90a1dee43
commit
9fe22a4ab7
@ -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)
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user