提交 5865fbca 编写于 作者: 刘琦

Merge branch 'strip_static' into 'master'

strip generated static lib

See merge request !671
...@@ -92,7 +92,8 @@ genrule( ...@@ -92,7 +92,8 @@ genrule(
"$@ " + "$@ " +
"$$tmp_mri_file);" + "$$tmp_mri_file);" +
"$(AR) -M <$$tmp_mri_file;" + "$(AR) -M <$$tmp_mri_file;" +
"rm -rf $$tmp_mri_file;", "rm -rf $$tmp_mri_file;" +
"$(STRIP) -x $@;",
tools = ["//mace/python/tools:archive_static_lib"], tools = ["//mace/python/tools:archive_static_lib"],
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
) )
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册