提交 f7fa77e6 编写于 作者: T Thomas G. Lockhart

Include info on setting compiler options on the command line

 when building executables.
上级 db602e80
......@@ -430,6 +430,17 @@ Compile the program. Type
change directory back to this directory, type "make clean", then
recompile again.
</Para>
<Para>
Compiler options, such as optimization and debugging, may
be specified on the command line using the COPT variable.
For example, typing
<ProgramListing>
gmake COPT="-g" all >& make.log &
</ProgramListing>
would invoke your compiler's -g option in all steps of the
build. See src/Makefile.global.in for further details.
</Para>
</Step>
<Step Performance="required">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册