projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25fdc6b
)
Improve default compile ops.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 10 Feb 2000 19:11:17 +0000
(19:11 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 10 Feb 2000 19:11:17 +0000
(19:11 +0000)
src/Makefile.global.in
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global.in
b/src/Makefile.global.in
index bffb17b722a9792b64304579964a07d6da5d3c02..5027503bc60448d9ce7c9a4b7b9cf727a47cf1d2 100644
(file)
--- a/
src/Makefile.global.in
+++ b/
src/Makefile.global.in
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.6
5 2000/01/19 01:42:12 ishii
Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.6
6 2000/02/10 19:11:17 momjian
Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@
-280,7
+280,7
@@
ifneq ($(CUSTOM_COPT),)
endif
ifeq ($(CC), gcc)
-CFLAGS+= -Wall -Wmissing-prototypes
+CFLAGS+= -Wall -Wmissing-prototypes
-Wmissing-declarations
endif
ifdef COPT