Skip to content

Commit

Permalink
bazelrc: Disable building llvm with zstd
Browse files Browse the repository at this point in the history
Disable building llvm with zstd to avoid conflicts with newly-added zstd
library. It seems that llvm_zstd is not necessary for correct llvm
operation.

Internal-tag: #[49966]
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
  • Loading branch information
rw1nkler committed Nov 9, 2023
1 parent a70d6d1 commit c5d630a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ build --host_copt "-Wno-comment"
# https://github.com/google/googletest/issues/4383
build --define absl=1
build --incompatible_enable_cc_toolchain_resolution
build --@llvm_zstd//:llvm_enable_zstd=false

# Settings for --config=asan address sanitizer build
build:asan --strip=never

0 comments on commit c5d630a

Please sign in to comment.