summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 93e38eca..f9ffe3d9 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
1# 1#
2## $Id: makefile,v 1.39 2002/12/06 17:20:45 roberto Exp roberto $ 2## $Id: makefile,v 1.40 2003/03/19 21:27:30 roberto Exp roberto $
3## Makefile 3## Makefile
4## See Copyright Notice in lua.h 4## See Copyright Notice in lua.h
5# 5#
@@ -14,7 +14,7 @@ OPTIMIZE = -O2 \
14# -fomit-frame-pointer 14# -fomit-frame-pointer
15 15
16 16
17CONFIG = $(DEBUG) $(OPTIMIZE) -DLUA_COMPATUPSYNTAX -DUSE_TMPNAME 17CONFIG = $(DEBUG) $(OPTIMIZE) -DLUA_COMPATUPSYNTAX -DUSE_TMPNAME -DUSE_DLOPEN
18 18
19 19
20# Compilation parameters 20# Compilation parameters