|
|
@@ -3,13 +3,13 @@
|
|
|
#define LUAT_CONF_BSP
|
|
|
|
|
|
// 启用64位虚拟机
|
|
|
-#define LUAT_CONF_VM_64bit
|
|
|
+// #define LUAT_CONF_VM_64bit
|
|
|
|
|
|
-#define LUAT_CONF_LUASTATE_NOT_STATIC
|
|
|
+//#define LUAT_CONF_LUASTATE_NOT_STATIC
|
|
|
|
|
|
#define LUAT_CONF_LAUX_BUFFSIZE 1024
|
|
|
|
|
|
-#define LUA_COMPAT_BITLIB 1
|
|
|
+// #define LUA_COMPAT_BITLIB 1
|
|
|
|
|
|
//#define LUAT_CONF_DISABLE_ROTABLE
|
|
|
|