summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2003-04-07 17:11:53 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2003-04-07 17:11:53 -0300
commitde57dc2653ff9efcdfd1ddc5f21aaaa159e5f79a (patch)
tree292ba203a083ee051d584cdf772beb29079a621a /makefile
parentd1df829f8dc62966f46525aca24227a3e05db1df (diff)
downloadlua-de57dc2653ff9efcdfd1ddc5f21aaaa159e5f79a.tar.gz
lua-de57dc2653ff9efcdfd1ddc5f21aaaa159e5f79a.tar.bz2
lua-de57dc2653ff9efcdfd1ddc5f21aaaa159e5f79a.zip
new scheme to control `loadlib' configuration (default for dlopen
implementation is not to include it)
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