From d9f83dded93a35fb333c4e1bd371c401f7129fd1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 11 Mar 2019 11:04:25 -0300 Subject: Some details before release 1.0.2 - changed release number - small corrections in 'pack' - removed "about" section in .html files - added files 'HISTORY' and 'lpeg-128.gif' --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 9518034..1e32195 100644 --- a/makefile +++ b/makefile @@ -1,8 +1,8 @@ LIBNAME = lpeg LUADIR = ../lua/ -# COPT = -O2 -DNDEBUG -COPT = -g +COPT = -O2 -DNDEBUG +# COPT = -g CWARNS = -Wall -Wextra -pedantic \ -Waggregate-return \ -- cgit v1.2.3-55-g6feb