mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Oops, don't forget to remove the CASSERT=true line
This commit is contained in:
parent
f9d2ec0eba
commit
94893bb962
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
# NOTES
|
||||||
# Essentially all Postgres make files include this file and use the
|
# Essentially all Postgres make files include this file and use the
|
||||||
@ -135,10 +135,6 @@ OIDNAMELEN= 36
|
|||||||
# Compile libpq++
|
# Compile libpq++
|
||||||
@HAVECXX@
|
@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
|
# Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
|
||||||
# multi-byte types to generate a bus error.
|
# multi-byte types to generate a bus error.
|
||||||
ENFORCE_ALIGNMENT= true
|
ENFORCE_ALIGNMENT= true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user