|
7 | 7 | #
|
8 | 8 | #
|
9 | 9 | # IDENTIFICATION
|
10 |
| -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.16 1996/07/29 20:51:41 scrappy Exp $ |
| 10 | +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.17 1996/07/31 02:07:25 scrappy Exp $ |
11 | 11 | #
|
12 | 12 | # NOTES
|
13 | 13 | # This is seen by any Makefiles that include mk/postgres.mk. To
|
@@ -130,7 +130,7 @@ CFLAGS+= -DNAMEDATALEN=$(NAMEDATALEN) -DOIDNAMELEN=$(OIDNAMELEN)
|
130 | 130 | # Comment out CDEBUG to turn off debugging and sanity-checking.
|
131 | 131 | #
|
132 | 132 | #XXX on MIPS, use -g3 if you want to compile with -O
|
133 |
| -CDEBUG=#-g |
| 133 | +#CDEBUG= -g |
134 | 134 |
|
135 | 135 | # Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
|
136 | 136 | # multi-byte types to generate a bus error.
|
|