diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-07-01 10:09:27 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-07-01 10:09:27 -0300 |
commit | 5ff36d597a47830ea0e266cce253cfda2cf43348 (patch) | |
tree | fb141d517b569d2346a975e8172e3ddf25a33133 /makefile | |
parent | 81f7263ac1274aa604c154a199c70a54909de6e0 (diff) | |
download | lpeglabel-5ff36d597a47830ea0e266cce253cfda2cf43348.tar.gz lpeglabel-5ff36d597a47830ea0e266cce253cfda2cf43348.tar.bz2 lpeglabel-5ff36d597a47830ea0e266cce253cfda2cf43348.zip |
Updating code given that lpeglabel.T only throws one label
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ | |||
1 | LIBNAME = lpeglabel | 1 | LIBNAME = lpeglabel |
2 | LUADIR = ../lua/ | 2 | LUADIR = ../lua/ |
3 | 3 | ||
4 | #COPT = -O2 | 4 | COPT = -O2 |
5 | COPT = -DLPEG_DEBUG -g | 5 | # COPT = -DLPEG_DEBUG -g |
6 | 6 | ||
7 | CWARNS = -Wall -Wextra -pedantic \ | 7 | CWARNS = -Wall -Wextra -pedantic \ |
8 | -Waggregate-return \ | 8 | -Waggregate-return \ |