We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a65b2 commit 25b4ca4Copy full SHA for 25b4ca4
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.66 1996/11/13 11:43:04 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.67 1996/11/14 00:26:23 momjian Exp $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -138,7 +138,7 @@ OIDNAMELEN= 36
138
# Use -Werror to stop the compile when any warnings occur
139
COPT= -O #-Werror
140
141
-# Commenting out CASSERT will make things go a LOT faster, but you will
+# Commenting out CASSERT will make things go about 10% faster, but you will
142
# also loose a lot of useful error-checking.
143
CASSERT= true
144
0 commit comments