luat_conf_bsp.h 356 B

12345678910111213141516171819202122
  1. #ifndef LUAT_CONF_BSP
  2. #define LUAT_CONF_BSP
  3. // 启用64位虚拟机
  4. // #define LUAT_CONF_VM_64bit
  5. //#define LUAT_CONF_LUASTATE_NOT_STATIC
  6. // #define LUAT_CONF_LAUX_BUFFSIZE 1024
  7. // #define LUA_COMPAT_BITLIB 1
  8. //#define LUAT_CONF_DISABLE_ROTABLE
  9. #define LUAT_USE_FS_VFS 0
  10. #define LUAT_USE_VFS_INLINE_LIB 0
  11. #define LUAT_MEMORY_OPT_G_FUNCS 0
  12. #endif