Skip to content

Commit 1af2cc0

Browse files
committed
Style didn't appeal to some...:)
Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1 parent e0d48c3 commit 1af2cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# 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 $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -130,7 +130,7 @@ CFLAGS+= -DNAMEDATALEN=$(NAMEDATALEN) -DOIDNAMELEN=$(OIDNAMELEN)
130130
# Comment out CDEBUG to turn off debugging and sanity-checking.
131131
#
132132
# XXX on MIPS, use -g3 if you want to compile with -O
133-
CDEBUG= #-g
133+
#CDEBUG= -g
134134

135135
# Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
136136
# multi-byte types to generate a bus error.

0 commit comments

Comments
 (0)