diff options
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 |