mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Include info on setting compiler options on the command line
when building executables.
This commit is contained in:
parent
db602e80ad
commit
f7fa77e60c
@ -430,6 +430,17 @@ Compile the program. Type
|
|||||||
change directory back to this directory, type "make clean", then
|
change directory back to this directory, type "make clean", then
|
||||||
recompile again.
|
recompile again.
|
||||||
</Para>
|
</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>
|
||||||
|
|
||||||
<Step Performance="required">
|
<Step Performance="required">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user