luat_conf_bsp.h 408 B

1234567891011121314151617181920212223242526
  1. #ifndef LUAT_CONF_BSP
  2. #define LUAT_CONF_BSP
  3. #define AIR302 1
  4. #define LUAT_BSP_VERSION "V0010"
  5. // 启用64位虚拟机
  6. // #define LUAT_CONF_VM_64bit
  7. //#define LUAT_CONF_LUASTATE_NOT_STATIC
  8. // #define LUAT_CONF_LAUX_BUFFSIZE 1024
  9. // #define LUA_COMPAT_BITLIB 1
  10. //#define LUAT_CONF_DISABLE_ROTABLE
  11. #define LUAT_USE_FS_VFS 1
  12. #define LUAT_USE_VFS_INLINE_LIB 1
  13. #define LUAT_MEMORY_OPT_G_FUNCS 1
  14. #endif