提交 e8d613ef 编写于 作者: 刘琦

Merge branch 'rename_third_party' into 'master'

remove libmace.so target

See merge request !533
...@@ -84,7 +84,11 @@ cc_library( ...@@ -84,7 +84,11 @@ cc_library(
hdrs = glob([ hdrs = glob([
"runtime/opencl/*.h", "runtime/opencl/*.h",
]), ]),
copts = ["-Werror", "-Wextra", "-Wno-missing-field-initializers"], copts = [
"-Werror",
"-Wextra",
"-Wno-missing-field-initializers",
],
deps = [ deps = [
"@opencl_clhpp//:opencl_clhpp", "@opencl_clhpp//:opencl_clhpp",
"@opencl_headers//:opencl20_headers", "@opencl_headers//:opencl20_headers",
...@@ -101,7 +105,11 @@ cc_library( ...@@ -101,7 +105,11 @@ cc_library(
hdrs = [ hdrs = [
"testing/test_benchmark.h", "testing/test_benchmark.h",
], ],
copts = ["-Werror", "-Wextra", "-Wno-missing-field-initializers"], copts = [
"-Werror",
"-Wextra",
"-Wno-missing-field-initializers",
],
deps = [ deps = [
":core", ":core",
"//external:gflags_nothreads", "//external:gflags_nothreads",
...@@ -109,11 +117,3 @@ cc_library( ...@@ -109,11 +117,3 @@ cc_library(
], ],
alwayslink = 1, alwayslink = 1,
) )
cc_binary(
name = "libmace.so",
linkshared = 1,
deps = [
"//mace/core",
],
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册