Makefile should not pre-empt user's decision about whether

to use -g ... especially not when this can cause real problems on some
platforms ...
This commit is contained in:
Tom Lane 2000-03-30 05:57:30 +00:00
parent 0517c3204e
commit b68d9c4c41
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ PATCHLEVEL=0
CFLAGS+=-I../include -DMAJOR_VERSION=$(MAJOR_VERSION) \
-DMINOR_VERSION=$(MINOR_VERSION) -DPATCHLEVEL=$(PATCHLEVEL) \
-DINCLUDE_PATH=\"$(HEADERDIR)\" -g
-DINCLUDE_PATH=\"$(HEADERDIR)\"
OBJS=preproc.o pgc.o type.o ecpg.o ecpg_keywords.o output.o\
keywords.o c_keywords.o ../lib/typename.o descriptor.o variable.o