aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-06-06 17:50:31 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-06-06 17:50:31 -0300
commite31e13f59ef1a4df1698b15ff1fe0198553cc3c2 (patch)
treec16ea4f41bdd378734afd4e475d7d7973a5a2b5d /makefile
parent44fab2a44d06a956c3121ceba2b39ca7b00dc428 (diff)
downloadlpeg-e31e13f59ef1a4df1698b15ff1fe0198553cc3c2.tar.gz
lpeg-e31e13f59ef1a4df1698b15ff1fe0198553cc3c2.tar.bz2
lpeg-e31e13f59ef1a4df1698b15ff1fe0198553cc3c2.zip
First implementation for the accumulator capture
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2b3c12e..2aff497 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ LUADIR = ./lua/
3 3
4# COPT = -O2 -DNDEBUG 4# COPT = -O2 -DNDEBUG
5# COPT = -g 5# COPT = -g
6COPT = -DLPEG_DEBUG -g 6COPT = -O0 -DLPEG_DEBUG -g
7 7
8CWARNS = -Wall -Wextra -pedantic \ 8CWARNS = -Wall -Wextra -pedantic \
9 -Waggregate-return \ 9 -Waggregate-return \