diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-07-06 17:03:22 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-07-06 17:03:22 -0300 |
commit | 99cd4b9125ed5bd5f7e5b6756da4f4c0efdebca0 (patch) | |
tree | bed5d9b14a7cc150d9790428facf6a0a6f314724 /makefile | |
parent | 1b55119610ba5a6752c768c2f997a90c0ffc0546 (diff) | |
download | lpeg-99cd4b9125ed5bd5f7e5b6756da4f4c0efdebca0.tar.gz lpeg-99cd4b9125ed5bd5f7e5b6756da4f4c0efdebca0.tar.bz2 lpeg-99cd4b9125ed5bd5f7e5b6756da4f4c0efdebca0.zip |
Details
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,8 +1,9 @@ | |||
1 | LIBNAME = lpeg | 1 | LIBNAME = lpeg |
2 | LUADIR = ../lua/ | 2 | LUADIR = ../lua/ |
3 | 3 | ||
4 | COPT = -O2 -DNDEBUG | 4 | # COPT = -O2 -DNDEBUG |
5 | # COPT = -g | 5 | # COPT = -g |
6 | # COPT = -DLPEG_DEBUG | ||
6 | 7 | ||
7 | CWARNS = -Wall -Wextra -pedantic \ | 8 | CWARNS = -Wall -Wextra -pedantic \ |
8 | -Waggregate-return \ | 9 | -Waggregate-return \ |