Browse Source

-DLUA_COMPAT_ALL is the default

Roberto Ierusalimschy 15 năm trước cách đây
mục cha
commit
cee7a8e1ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -41,7 +41,7 @@ LOCAL = $(TESTS) $(CWARNS)
 
 
 
 
 # enable Linux goodies
 # enable Linux goodies
-MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -g
+MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -DLUA_COMPAT_ALL -g
 MYLDFLAGS= -Wl,-E -g
 MYLDFLAGS= -Wl,-E -g
 MYLIBS= -ldl -lreadline -lhistory -lncurses
 MYLIBS= -ldl -lreadline -lhistory -lncurses