diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-07-31 02:07:25 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-07-31 02:07:25 +0000 |
commit | 1af2cc0d58160470ef67f84d89aaccdbf6826ad4 (patch) | |
tree | f4f50cc3f28db3ac689ebf5302e643d0dca9a925 | |
parent | e0d48c317cdda97e71548ede18cd3ee9a9df8f32 (diff) | |
download | postgresql-1af2cc0d58160470ef67f84d89aaccdbf6826ad4.tar.gz postgresql-1af2cc0d58160470ef67f84d89aaccdbf6826ad4.zip |
Style didn't appeal to some...:)
Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
-rw-r--r-- | src/Makefile.global | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index f28afa0b700..6fdbe75adda 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.16 1996/07/29 20:51:41 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.17 1996/07/31 02:07:25 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -130,7 +130,7 @@ CFLAGS+= -DNAMEDATALEN=$(NAMEDATALEN) -DOIDNAMELEN=$(OIDNAMELEN) # Comment out CDEBUG to turn off debugging and sanity-checking. # # XXX on MIPS, use -g3 if you want to compile with -O -CDEBUG= #-g +#CDEBUG= -g # Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to # multi-byte types to generate a bus error. |