Makefile should not pre-empt user's decision about whether
authorTom Lane <[email protected]>
Thu, 30 Mar 2000 05:57:30 +0000 (05:57 +0000)
committerTom Lane <[email protected]>
Thu, 30 Mar 2000 05:57:30 +0000 (05:57 +0000)
to use -g ... especially not when this can cause real problems on some
platforms ...

src/interfaces/ecpg/preproc/Makefile.in

index d14f97b86f276a8e60afc81423d8800d25245db2..4fbe16915e2854a18bbc7ffe9d5bf349799468b7 100644 (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