diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-06 17:50:31 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-06 17:50:31 -0300 |
commit | e31e13f59ef1a4df1698b15ff1fe0198553cc3c2 (patch) | |
tree | c16ea4f41bdd378734afd4e475d7d7973a5a2b5d /makefile | |
parent | 44fab2a44d06a956c3121ceba2b39ca7b00dc428 (diff) | |
download | lpeg-e31e13f59ef1a4df1698b15ff1fe0198553cc3c2.tar.gz lpeg-e31e13f59ef1a4df1698b15ff1fe0198553cc3c2.tar.bz2 lpeg-e31e13f59ef1a4df1698b15ff1fe0198553cc3c2.zip |
First implementation for the accumulator capture
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ LUADIR = ./lua/ | |||
3 | 3 | ||
4 | # COPT = -O2 -DNDEBUG | 4 | # COPT = -O2 -DNDEBUG |
5 | # COPT = -g | 5 | # COPT = -g |
6 | COPT = -DLPEG_DEBUG -g | 6 | COPT = -O0 -DLPEG_DEBUG -g |
7 | 7 | ||
8 | CWARNS = -Wall -Wextra -pedantic \ | 8 | CWARNS = -Wall -Wextra -pedantic \ |
9 | -Waggregate-return \ | 9 | -Waggregate-return \ |