summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-03-11 11:04:25 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-03-11 11:04:25 -0300
commitd9f83dded93a35fb333c4e1bd371c401f7129fd1 (patch)
tree54c830c8e67f2f0ac261799828b3e8c54d32020c /makefile
parentd97fe6ed31d4b274c88c996b0c06da597a455149 (diff)
downloadlpeg-1.0.2.tar.gz
lpeg-1.0.2.tar.bz2
lpeg-1.0.2.zip
Some details before release 1.0.2v1.0.2
- changed release number - small corrections in 'pack' - removed "about" section in .html files - added files 'HISTORY' and 'lpeg-128.gif'
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 9518034..1e32195 100644
--- a/makefile
+++ b/makefile
@@ -1,8 +1,8 @@
1LIBNAME = lpeg 1LIBNAME = lpeg
2LUADIR = ../lua/ 2LUADIR = ../lua/
3 3
4# COPT = -O2 -DNDEBUG 4COPT = -O2 -DNDEBUG
5COPT = -g 5# COPT = -g
6 6
7CWARNS = -Wall -Wextra -pedantic \ 7CWARNS = -Wall -Wextra -pedantic \
8 -Waggregate-return \ 8 -Waggregate-return \