mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
-DLUA_COMPAT_ALL is the default
This commit is contained in:
parent
8c21f463ed
commit
cee7a8e1ec
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue