Github Actions: Remove CXXFLAGS for ASAN

The only C++ we have left is fish_test_helper
This commit is contained in:
Fabian Boehm 2024-03-19 16:54:33 +01:00
parent 0ff1e50a33
commit 46cde6cc55

View file

@ -93,7 +93,6 @@ jobs:
env:
CC: clang
CXX: clang++
CXXFLAGS: "-fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address -DFISH_CI_SAN"
run: |
mkdir build && cd build
# Rust's ASAN requires the build system to explicitly pass a --target triple. We read that