Disable -Werror by default.
Developers can add it to their Makefile.custom...again, it causes sooooo many more problems then its worth, from an end-user standpoint.
This commit is contained in:
parent
b1fd1f6998
commit
c7b5159713
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.99 1997/01/25 19:19:35 scrappy Exp $
|
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.100 1997/01/25 19:23:43 scrappy 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
|
||||||
@ -761,7 +761,7 @@ ifneq ($(CUSTOM_COPT),)
|
|||||||
COPT= $(CUSTOM_COPT)
|
COPT= $(CUSTOM_COPT)
|
||||||
else
|
else
|
||||||
ifeq ($(CC), gcc)
|
ifeq ($(CC), gcc)
|
||||||
COPT= -O2 -Werror
|
COPT= -O2 # -Werror
|
||||||
else
|
else
|
||||||
COPT= -O
|
COPT= -O
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user