10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d2ec0 commit 94893bbCopy full SHA for 94893bb
src/Makefile.global.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.21 1997/04/15 18:35:41 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.22 1997/04/15 18:36:45 scrappy Exp $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -135,10 +135,6 @@ OIDNAMELEN= 36
135
# Compile libpq++
136
@HAVECXX@
137
138
-# Commenting out CASSERT will make things go a LOT faster, but you will
139
-# also loose a lot of useful error-checking.
140
-CASSERT= @CASSERT@
141
-
142
# Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
143
# multi-byte types to generate a bus error.
144
ENFORCE_ALIGNMENT= true
0 commit comments