From 405cfb87d9f659c6621f8772c226ced5dc62f506 Mon Sep 17 00:00:00 2001 From: Yang Liming Date: Fri, 29 Nov 2024 15:08:35 +0800 Subject: [PATCH] commit --- test/BUILD.bazel | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/BUILD.bazel b/test/BUILD.bazel index 3a465955ba..570e398e8e 100644 --- a/test/BUILD.bazel +++ b/test/BUILD.bazel @@ -45,7 +45,6 @@ LINKOPTS = [ #"-lcrypto", "-ldl", "-lz", - "-lprofiler", ] TEST_BUTIL_SOURCES = [ @@ -335,9 +334,6 @@ cc_test( # ":copy_test_data", # ], includes = ["."], - linkopts = [ - "-lprofiler", - ], deps = [ ":cc_test_proto", ":sstream_workaround", @@ -355,7 +351,6 @@ cc_test( ]), copts = COPTS, includes = ["."], - linkopts = LINKOPTS + ["-ltcmalloc_and_profiler"], deps = [ ":cc_test_proto", ":sstream_workaround", @@ -531,9 +526,6 @@ cc_test( ]), copts = COPTS, includes = ["."], - linkopts = [ - "-lprofiler", - ], deps = [ ":cc_test_proto", ":sstream_workaround",