File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,6 @@ uninstall::
61
61
libecpg.a : libecpg.a(ecpglib.o) libecpg.a(typename.o)
62
62
63
63
ecpglib.o : ecpglib.c ../include/ecpglib.h ../include/ecpgtype.h
64
- $(CC ) -O2 -g - Wall -I../include $(PQ_INCLUDE ) -c ecpglib.c
64
+ $(CC ) -Wall -I../include $(PQ_INCLUDE ) -c ecpglib.c
65
65
typename.o : typename.c ../include/ecpgtype.h
66
- $(CC ) -g -O2 - Wall -I../include $(PQ_INCLUDE ) -c typename.c
66
+ $(CC ) -Wall -I../include $(PQ_INCLUDE ) -c typename.c
Original file line number Diff line number Diff line change 1
- # Generated automatically from Makefile.in by configure.
2
1
SRCDIR = ../../..
3
2
include $(SRCDIR ) /Makefile.global
4
3
5
4
MAJOR_VERSION =1
6
5
MINOR_VERSION =0
7
6
PATCHLEVEL =0
8
7
9
- CFLAGS =-I../include -O2 -g - Wall -DMAJOR_VERSION=$(MAJOR_VERSION ) -DMINOR_VERSION=$(MINOR_VERSION ) -DPATCHLEVEL=$(PATCHLEVEL )
8
+ CFLAGS =-I../include -Wall -DMAJOR_VERSION=$(MAJOR_VERSION ) -DMINOR_VERSION=$(MINOR_VERSION ) -DPATCHLEVEL=$(PATCHLEVEL )
10
9
11
10
all :: ecpg
12
11
@@ -21,7 +20,7 @@ uninstall:
21
20
22
21
# Rule that really do something.
23
22
ecpg : y.tab.o pgc.o type.o ecpg.o ../lib/typename.o
24
- $(CC ) -g -O2 - Wall -o ecpg y.tab.o pgc.o type.o ecpg.o ../lib/typename.o $(LEXLIB )
23
+ $(CC ) -Wall -o ecpg y.tab.o pgc.o type.o ecpg.o ../lib/typename.o $(LEXLIB )
25
24
26
25
y.tab.h y.tab.c : preproc.y
27
26
$(YACC ) $(YFLAGS ) $<
You can’t perform that action at this time.
0 commit comments