aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-11-16 09:39:42 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-11-16 09:39:42 -0200
commitcee7a8e1eca3ca0e81e36e29608ec833dd6801a1 (patch)
treeb6c09b56186ad1f01c6940556af683ef5978a71e /makefile
parent8c21f463ed655f2869c41b6c2f561d7aef7bde7f (diff)
downloadlua-cee7a8e1eca3ca0e81e36e29608ec833dd6801a1.tar.gz
lua-cee7a8e1eca3ca0e81e36e29608ec833dd6801a1.tar.bz2
lua-cee7a8e1eca3ca0e81e36e29608ec833dd6801a1.zip
-DLUA_COMPAT_ALL is the default
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1e6dcb0e..5ed42ae8 100644
--- a/makefile
+++ b/makefile
@@ -41,7 +41,7 @@ LOCAL = $(TESTS) $(CWARNS)
41 41
42 42
43# enable Linux goodies 43# enable Linux goodies
44MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -g 44MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -DLUA_COMPAT_ALL -g
45MYLDFLAGS= -Wl,-E -g 45MYLDFLAGS= -Wl,-E -g
46MYLIBS= -ldl -lreadline -lhistory -lncurses 46MYLIBS= -ldl -lreadline -lhistory -lncurses
47 47