restoring to clang changes

This commit is contained in:
Abhijeet Patil
2024-01-19 19:22:04 +00:00
parent 3a3a3c5604
commit 51b261f1de
2 changed files with 4 additions and 5 deletions

View File

@@ -270,8 +270,8 @@ jobs:
ASAN_OPTIONS="detect_leaks=0:abort_on_error=1:print_stacktrace=1:disable_coredump=0:\
strict_string_checks=1:check_initialization_order=1:strict_init_order=1:detect_stack_use_after_return=0"
UBSAN_OPTIONS="abort_on_error=1:print_stacktrace=1"
CC=gcc
RUSTFLAGS="-C linker=gcc"
CC=clang
RUSTFLAGS="-C linker=clang"
elif [[ $BUILD_TYPE == "release" ]]; then
cov_prefix=""
CARGO_FLAGS="--locked --release"