File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.48 1996/11/01 03:32:57 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.49 1996/11/01 21:04:48 momjian Exp $
11
11
#
12
12
# NOTES
13
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -141,14 +141,14 @@ OIDNAMELEN = 36
141
141
# To disable a feature, comment out the entire definition
142
142
# (that is, prepend '#', don't set it to "0" or "no").
143
143
144
+ # Compile libpq++
144
145
#HAVE_Cplusplus= true
145
146
146
147
# Set CDEBUG to -O for optimization, or -g for debuggable binaries
147
- #
148
148
CDEBUG= -O
149
149
150
150
# Commenting out CASSERT will make things go a LOT faster, but you will
151
- # also lose a lot of useful error-checking.
151
+ # also loose a lot of useful error-checking.
152
152
CASSERT= true
153
153
154
154
# Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
You can’t perform that action at this time.
0 commit comments