projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db602e8
)
Include info on setting compiler options on the command line
author
Thomas G. Lockhart
Tue, 28 Apr 1998 14:55:45 +0000
(14:55 +0000)
committer
Thomas G. Lockhart
Tue, 28 Apr 1998 14:55:45 +0000
(14:55 +0000)
when building executables.
doc/src/sgml/install.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/install.sgml
b/doc/src/sgml/install.sgml
index 06b284882fe350109830ffef50069476d829d502..9a67c98640b20f466d8c3e07bc0cd607305c46e7 100644
(file)
--- a/
doc/src/sgml/install.sgml
+++ b/
doc/src/sgml/install.sgml
@@
-430,6
+430,17
@@
Compile the program. Type
change directory back to this directory, type "make clean", then
recompile again.
+
+
+ Compiler options, such as optimization and debugging, may
+ be specified on the command line using the COPT variable.
+ For example, typing
+
+ gmake COPT="-g" all >& make.log &
+
+ would invoke your compiler's -g option in all steps of the
+ build. See src/Makefile.global.in for further details.
+