aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bazel.rc.template
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bazel.rc.template')
-rw-r--r--tools/bazel.rc.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bazel.rc.template b/tools/bazel.rc.template
index 48c9f5aa3f..3622b9423c 100644
--- a/tools/bazel.rc.template
+++ b/tools/bazel.rc.template
@@ -7,7 +7,7 @@ build:sycl --crosstool_top=@local_config_sycl//crosstool:toolchain
build:sycl --define=using_sycl=true
build:sycl_asan --crosstool_top=@local_config_sycl//crosstool:toolchain
-build:sycl_asan --define=using_sycl=true --copt -fno-omit-frame-pointer --copt -fsanitize-coverage=3 --copt -fsanitize=address --copt -DGPR_NO_DIRECT_SYSCALLS --linkopt -fPIC --linkopt -lasan
+build:sycl_asan --define=using_sycl=true --copt -fno-omit-frame-pointer --copt -fsanitize-coverage=3 --copt -DGPR_NO_DIRECT_SYSCALLS --linkopt -fPIC --linkopt -fsanitize=address
build --force_python=py$PYTHON_MAJOR_VERSION
build --host_force_python=py$PYTHON_MAJOR_VERSION