build: Strip build outputs in OpenWrt

This commit is contained in:
klzgrad 2022-05-05 01:35:22 +08:00
parent ce3ea71551
commit ef6273679e

View File

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