mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Improve default compile ops.
This commit is contained in:
parent
25fdc6bac6
commit
ede72c2826
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.65 2000/01/19 01:42:12 ishii Exp $
|
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.66 2000/02/10 19:11:17 momjian Exp $
|
||||||
#
|
#
|
||||||
# NOTES
|
# NOTES
|
||||||
# Essentially all Postgres make files include this file and use the
|
# Essentially all Postgres make files include this file and use the
|
||||||
@ -280,7 +280,7 @@ ifneq ($(CUSTOM_COPT),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CC), gcc)
|
ifeq ($(CC), gcc)
|
||||||
CFLAGS+= -Wall -Wmissing-prototypes
|
CFLAGS+= -Wall -Wmissing-prototypes -Wmissing-declarations
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef COPT
|
ifdef COPT
|
||||||
|
Loading…
Reference in New Issue
Block a user