diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-11-16 09:39:42 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-11-16 09:39:42 -0200 |
commit | cee7a8e1eca3ca0e81e36e29608ec833dd6801a1 (patch) | |
tree | b6c09b56186ad1f01c6940556af683ef5978a71e /makefile | |
parent | 8c21f463ed655f2869c41b6c2f561d7aef7bde7f (diff) | |
download | lua-cee7a8e1eca3ca0e81e36e29608ec833dd6801a1.tar.gz lua-cee7a8e1eca3ca0e81e36e29608ec833dd6801a1.tar.bz2 lua-cee7a8e1eca3ca0e81e36e29608ec833dd6801a1.zip |
-DLUA_COMPAT_ALL is the default
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ LOCAL = $(TESTS) $(CWARNS) | |||
41 | 41 | ||
42 | 42 | ||
43 | # enable Linux goodies | 43 | # enable Linux goodies |
44 | MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -g | 44 | MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -DLUA_COMPAT_ALL -g |
45 | MYLDFLAGS= -Wl,-E -g | 45 | MYLDFLAGS= -Wl,-E -g |
46 | MYLIBS= -ldl -lreadline -lhistory -lncurses | 46 | MYLIBS= -ldl -lreadline -lhistory -lncurses |
47 | 47 | ||