Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglimingcn committed Nov 29, 2024
1 parent e56441b commit 405cfb8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ LINKOPTS = [
#"-lcrypto",
"-ldl",
"-lz",
"-lprofiler",
]

TEST_BUTIL_SOURCES = [
Expand Down Expand Up @@ -335,9 +334,6 @@ cc_test(
# ":copy_test_data",
# ],
includes = ["."],
linkopts = [
"-lprofiler",
],
deps = [
":cc_test_proto",
":sstream_workaround",
Expand All @@ -355,7 +351,6 @@ cc_test(
]),
copts = COPTS,
includes = ["."],
linkopts = LINKOPTS + ["-ltcmalloc_and_profiler"],
deps = [
":cc_test_proto",
":sstream_workaround",
Expand Down Expand Up @@ -531,9 +526,6 @@ cc_test(
]),
copts = COPTS,
includes = ["."],
linkopts = [
"-lprofiler",
],
deps = [
":cc_test_proto",
":sstream_workaround",
Expand Down

0 comments on commit 405cfb8

Please sign in to comment.