aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-06-17 16:25:25 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-06-17 16:25:25 -0300
commit80ec9f932aa01d445e86c699523265359055e1bd (patch)
treec32ee93fba8e2af7c114ee177b7fe2c8e353650a /makefile
parent73a96935337d78d0e1015d7ccce6cf7470c192c4 (diff)
downloadlpeg-master.tar.gz
lpeg-master.tar.bz2
lpeg-master.zip
Small improvementsHEADmaster
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 41a2928..82a95bb 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,6 @@
1LIBNAME = lpeg 1LIBNAME = lpeg
2LUADIR = ./lua/ 2LUADIR = ./lua/
3#LUADIR = /home/roberto/prj/lua/
3 4
4COPT = -O2 -DNDEBUG 5COPT = -O2 -DNDEBUG
5# COPT = -O0 -DLPEG_DEBUG -g 6# COPT = -O0 -DLPEG_DEBUG -g