From 012cf9c86cf91cb8354e229bde335592d41b84b2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 27 Apr 2023 10:32:39 -0300 Subject: Compact charsets used in trees, too. --- makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 9493c6e..2b3c12e 100644 --- a/makefile +++ b/makefile @@ -1,9 +1,9 @@ LIBNAME = lpeg LUADIR = ./lua/ -COPT = -O2 -DNDEBUG +# COPT = -O2 -DNDEBUG # COPT = -g -# COPT = -DLPEG_DEBUG +COPT = -DLPEG_DEBUG -g CWARNS = -Wall -Wextra -pedantic \ -Waggregate-return \ @@ -49,8 +49,9 @@ clean: lpcap.o: lpcap.c lpcap.h lptypes.h -lpcode.o: lpcode.c lptypes.h lpcode.h lptree.h lpvm.h lpcap.h -lpprint.o: lpprint.c lptypes.h lpprint.h lptree.h lpvm.h lpcap.h -lptree.o: lptree.c lptypes.h lpcap.h lpcode.h lptree.h lpvm.h lpprint.h +lpcode.o: lpcode.c lptypes.h lpcode.h lptree.h lpvm.h lpcap.h lpcset.h +lpcset.o: lpcset.c lptypes.h lpcset.h lpcode.h lptree.h lpvm.h lpcap.h +lpprint.o: lpprint.c lptypes.h lpprint.h lptree.h lpvm.h lpcap.h lpcode.h +lptree.o: lptree.c lptypes.h lpcap.h lpcode.h lptree.h lpvm.h lpprint.h \ + lpcset.h lpvm.o: lpvm.c lpcap.h lptypes.h lpvm.h lpprint.h lptree.h -lpcset.o: lpcset.c lpcset.h lptypes.h -- cgit v1.2.3-55-g6feb