diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-04-15 18:36:45 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-04-15 18:36:45 +0000 |
commit | 94893bb962aa980accbce021c24f6be42efeda9b (patch) | |
tree | cd52ff463ab1ddfff391acc3da6e6aa4df8127b8 /src | |
parent | f9d2ec0eba0a5024ad0f356e32ae88841f3f94e6 (diff) | |
download | postgresql-94893bb962aa980accbce021c24f6be42efeda9b.tar.gz postgresql-94893bb962aa980accbce021c24f6be42efeda9b.zip |
Oops, don't forget to remove the CASSERT=true line
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 2b278825ad5..8a89f0710d9 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.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 $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -135,10 +135,6 @@ OIDNAMELEN= 36 # Compile libpq++ @HAVECXX@ -# Commenting out CASSERT will make things go a LOT faster, but you will -# also loose a lot of useful error-checking. -CASSERT= @CASSERT@ - # Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to # multi-byte types to generate a bus error. ENFORCE_ALIGNMENT= true |