mirror of
https://github.com/feigeCode/navop.git
synced 2026-09-21 16:01:21 +00:00
fast 之前用 CARGO_PROFILE_RELEASE_LTO=false,发出的包体积回到旧档。 改为 thin + codegen-units=16(与 arm_linux 分支一致),构建仍远快于 fat。 验证:release.yml YAML 解析通过;未跑实际 fast 构建。