From 46cde6cc556487ccb5be1bc7be33710dddd582bd Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Tue, 19 Mar 2024 16:54:33 +0100 Subject: [PATCH] Github Actions: Remove CXXFLAGS for ASAN The only C++ we have left is fish_test_helper --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c566ba177..d68f473ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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