فهرست منبع

remove: 移除zlib库的支持

Wendal Chen 1 سال پیش
والد
کامیت
9202b69768
2فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 2
      app/port/luat_conf_bsp.h
  2. 0 2
      xmake.lua

+ 1 - 2
app/port/luat_conf_bsp.h

@@ -87,8 +87,7 @@
 // #define LUAT_USE_STATEM 1
 // 性能测试,跑完就是玩,不要与lvgl一起启用,生产环境的固件别加这个库
 // #define LUAT_USE_COREMARK 1
-// #define LUAT_USE_ZLIB 1 
-#define LUAT_USE_IR 1
+// #define LUAT_USE_IR 1
 // FDB 提供kv数据库, 与nvm库类似
 // #define LUAT_USE_FDB 1
 // fskv提供与fdb库兼容的API,旨在替换fdb库

+ 0 - 2
xmake.lua

@@ -578,8 +578,6 @@ target("air10x")
 
     add_includedirs(luatos.."components/lvgl/src/lv_font",{public = true})
 
-    add_files(luatos.."components/zlib/*.c")
-    add_includedirs(luatos.."components/zlib")
 
     add_files(luatos.."components/mlx90640-library/*.c")
     add_includedirs(luatos.."components/mlx90640-library")