diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-04-07 17:11:53 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-04-07 17:11:53 -0300 |
commit | de57dc2653ff9efcdfd1ddc5f21aaaa159e5f79a (patch) | |
tree | 292ba203a083ee051d584cdf772beb29079a621a /makefile | |
parent | d1df829f8dc62966f46525aca24227a3e05db1df (diff) | |
download | lua-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-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
17 | CONFIG = $(DEBUG) $(OPTIMIZE) -DLUA_COMPATUPSYNTAX -DUSE_TMPNAME | 17 | CONFIG = $(DEBUG) $(OPTIMIZE) -DLUA_COMPATUPSYNTAX -DUSE_TMPNAME -DUSE_DLOPEN |
18 | 18 | ||
19 | 19 | ||
20 | # Compilation parameters | 20 | # Compilation parameters |