提交 8fcaad1e 编写于 作者: 李寅

enable c++1 copts

上级 9d2fa709
...@@ -9,5 +9,6 @@ cc_binary( ...@@ -9,5 +9,6 @@ cc_binary(
deps = [ deps = [
"//mace/core:core", "//mace/core:core",
], ],
linkopts = if_android(["-pie", "-llog"]) copts = ['-std=c++11'],
) linkopts = if_android(["-pie", "-llog"]),
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册