mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Remove extraneous -DPARSEDEBUG from CFLAGS options.
This commit is contained in:
parent
8686b83784
commit
ef0747fe5a
1 changed files with 2 additions and 2 deletions
|
|
@ -4,14 +4,14 @@
|
|||
# Makefile for parser
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.16 1998/05/09 23:24:27 thomas Exp $
|
||||
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.17 1998/05/13 04:54:16 thomas Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
SRCDIR= ../..
|
||||
include ../../Makefile.global
|
||||
|
||||
CFLAGS += -I.. -DPARSEDEBUG
|
||||
CFLAGS += -I..
|
||||
|
||||
ifeq ($(CC), gcc)
|
||||
CFLAGS+= -Wno-error
|
||||
|
|
|
|||
Loading…
Reference in a new issue