提交 c6c6e701 编写于 作者: L Liangliang He

remove libmace.so target

上级 0babd61a
......@@ -84,7 +84,11 @@ cc_library(
hdrs = glob([
"runtime/opencl/*.h",
]),
copts = ["-Werror", "-Wextra", "-Wno-missing-field-initializers"],
copts = [
"-Werror",
"-Wextra",
"-Wno-missing-field-initializers",
],
deps = [
"@opencl_clhpp//:opencl_clhpp",
"@opencl_headers//:opencl20_headers",
......@@ -101,7 +105,11 @@ cc_library(
hdrs = [
"testing/test_benchmark.h",
],
copts = ["-Werror", "-Wextra", "-Wno-missing-field-initializers"],
copts = [
"-Werror",
"-Wextra",
"-Wno-missing-field-initializers",
],
deps = [
":core",
"//external:gflags_nothreads",
......@@ -109,11 +117,3 @@ cc_library(
],
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.
先完成此消息的编辑!
想要评论请 注册