Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b68d9c4

Browse files
committed
Makefile should not pre-empt user's decision about whether
to use -g ... especially not when this can cause real problems on some platforms ...
1 parent 0517c32 commit b68d9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/preproc/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATCHLEVEL=0
77

88
CFLAGS+=-I../include -DMAJOR_VERSION=$(MAJOR_VERSION) \
99
-DMINOR_VERSION=$(MINOR_VERSION) -DPATCHLEVEL=$(PATCHLEVEL) \
10-
-DINCLUDE_PATH=\"$(HEADERDIR)\" -g
10+
-DINCLUDE_PATH=\"$(HEADERDIR)\"
1111

1212
OBJS=preproc.o pgc.o type.o ecpg.o ecpg_keywords.o output.o\
1313
keywords.o c_keywords.o ../lib/typename.o descriptor.o variable.o

0 commit comments

Comments
 (0)