mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-14 22:50:58 +00:00
build: Strip build outputs in OpenWrt
This commit is contained in:
parent
ce3ea71551
commit
ef6273679e
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue