From 99cd4b9125ed5bd5f7e5b6756da4f4c0efdebca0 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 6 Jul 2022 17:03:22 -0300 Subject: Details --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 1e32195..a85f902 100644 --- a/makefile +++ b/makefile @@ -1,8 +1,9 @@ LIBNAME = lpeg LUADIR = ../lua/ -COPT = -O2 -DNDEBUG +# COPT = -O2 -DNDEBUG # COPT = -g +# COPT = -DLPEG_DEBUG CWARNS = -Wall -Wextra -pedantic \ -Waggregate-return \ -- cgit v1.2.3-55-g6feb