We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d48c3 commit 1af2cc0Copy full SHA for 1af2cc0
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
# NOTES
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -130,7 +130,7 @@ CFLAGS+= -DNAMEDATALEN=$(NAMEDATALEN) -DOIDNAMELEN=$(OIDNAMELEN)
130
# Comment out CDEBUG to turn off debugging and sanity-checking.
131
132
# XXX on MIPS, use -g3 if you want to compile with -O
133
-CDEBUG= #-g
+#CDEBUG= -g
134
135
# Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
136
# multi-byte types to generate a bus error.
0 commit comments