build: Strip build outputs in OpenWrt

This commit is contained in:
klzgrad 2022-05-05 01:35:22 +08:00
parent e4aa118d3c
commit 8e4376ad48

View File

@ -12,4 +12,6 @@ clang_toolchain(target_cpu) {
current_cpu = target_cpu
current_os = "openwrt"
}
strip = rebase_path("$clang_base_path/bin/llvm-strip", root_build_dir)
}