We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0020e87 commit 388c0d8Copy full SHA for 388c0d8
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.54 1996/11/04 05:14:16 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.55 1996/11/06 22:32:18 momjian Exp $
11
12
# NOTES
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -145,6 +145,7 @@ OIDNAMELEN = 36
145
#HAVE_Cplusplus= true
146
147
# Set COPT to -O for optimization, or -g for debuggable binaries
148
+# Many people prefer -O2, and -m486 if you are using a i486 or better
149
COPT= -O
150
151
# Commenting out CASSERT will make things go a LOT faster, but you will
0 commit comments