aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-12-26 17:39:58 +0000
committerBruce Momjian <bruce@momjian.us>1996-12-26 17:39:58 +0000
commit0fde972e252636495e91841f409baf60db6a960c (patch)
treef1ff9ce7d853c4b9c2f941147481f9a66d595931 /src
parent9b5590464749d7e42c1c1f281aad2f591385c2e1 (diff)
downloadpostgresql-0fde972e252636495e91841f409baf60db6a960c.tar.gz
postgresql-0fde972e252636495e91841f409baf60db6a960c.zip
Added mention of CUSTOM_COPT to file.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index fa29f2753cc..a0fe48fd97c 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.77 1996/12/09 01:16:51 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.78 1996/12/26 17:39:58 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -133,6 +133,9 @@ OIDNAMELEN= 36
# Compile libpq++
#HAVE_Cplusplus= true
+# Uncomment out CUSTOM_COPT to generate a debug version
+# This overrides the compiler flags defined later in this file
+#CUSTOM_COPT=-g
# Commenting out CASSERT will make things go a LOT faster, but you will
# also loose a lot of useful error-checking.