1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

-DLUA_COMPAT_ALL is the default

This commit is contained in:
Roberto Ierusalimschy
2010-11-16 09:39:42 -02:00
parent 8c21f463ed
commit cee7a8e1ec
+1 -1
View File
@@ -41,7 +41,7 @@ LOCAL = $(TESTS) $(CWARNS)
# enable Linux goodies
MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -g
MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -DLUA_COMPAT_ALL -g
MYLDFLAGS= -Wl,-E -g
MYLIBS= -ldl -lreadline -lhistory -lncurses