aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1e32195..a85f902 100644
--- a/makefile
+++ b/makefile
@@ -1,8 +1,9 @@
1LIBNAME = lpeg 1LIBNAME = lpeg
2LUADIR = ../lua/ 2LUADIR = ../lua/
3 3
4COPT = -O2 -DNDEBUG 4# COPT = -O2 -DNDEBUG
5# COPT = -g 5# COPT = -g
6# COPT = -DLPEG_DEBUG
6 7
7CWARNS = -Wall -Wextra -pedantic \ 8CWARNS = -Wall -Wextra -pedantic \
8 -Waggregate-return \ 9 -Waggregate-return \