summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.global.in')
-rw-r--r--src/Makefile.global.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index e5efb1eed1..2b278825ad 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.20 1997/04/12 10:32:03 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.21 1997/04/15 18:35:41 scrappy Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -137,7 +137,7 @@ OIDNAMELEN= 36
# Commenting out CASSERT will make things go a LOT faster, but you will
# also loose a lot of useful error-checking.
-CASSERT= true
+CASSERT= @CASSERT@
# Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
# multi-byte types to generate a bus error.
@@ -304,10 +304,6 @@ ifdef COPT
CFLAGS+= $(COPT)
endif
-ifndef CASSERT
- CFLAGS+= -DNO_ASSERT_CHECKING
-endif
-
ifdef PROFILE
CFLAGS+= $(PROFILE)
endif