From e31e13f59ef1a4df1698b15ff1fe0198553cc3c2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 6 Jun 2023 17:50:31 -0300 Subject: First implementation for the accumulator capture --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 2b3c12e..2aff497 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ LUADIR = ./lua/ # COPT = -O2 -DNDEBUG # COPT = -g -COPT = -DLPEG_DEBUG -g +COPT = -O0 -DLPEG_DEBUG -g CWARNS = -Wall -Wextra -pedantic \ -Waggregate-return \ -- cgit v1.2.3-55-g6feb