Skip to content
Snippets Groups Projects
Commit b68d9c4c authored by Tom Lane's avatar Tom Lane
Browse files

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

to use -g ... especially not when this can cause real problems on some
platforms ...
parent 0517c320
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ PATCHLEVEL=0 ...@@ -7,7 +7,7 @@ PATCHLEVEL=0
CFLAGS+=-I../include -DMAJOR_VERSION=$(MAJOR_VERSION) \ CFLAGS+=-I../include -DMAJOR_VERSION=$(MAJOR_VERSION) \
-DMINOR_VERSION=$(MINOR_VERSION) -DPATCHLEVEL=$(PATCHLEVEL) \ -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\ 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 keywords.o c_keywords.o ../lib/typename.o descriptor.o variable.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment