aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_msan.sh
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-04-03 16:00:08 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-04-05 15:38:16 +0100
commita3485af67da4949c72c45acc608f8746ed0e0848 (patch)
treedbb541ce30359d6e315e02d1933ecd373c943b3e /ci/test/00_setup_env_native_msan.sh
parent0d509bab45d292caeaf34600e57b5928757c6005 (diff)
ci: Drop duplicated compiler flags
Diffstat (limited to 'ci/test/00_setup_env_native_msan.sh')
-rwxr-xr-xci/test/00_setup_env_native_msan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_msan.sh b/ci/test/00_setup_env_native_msan.sh
index cbcd51e218..b26b86cb2f 100755
--- a/ci/test/00_setup_env_native_msan.sh
+++ b/ci/test/00_setup_env_native_msan.sh
@@ -17,7 +17,7 @@ export PACKAGES="ninja-build"
# BDB generates false-positives and will be removed in future
export DEP_OPTS="DEBUG=1 NO_BDB=1 NO_QT=1 CC=clang CXX=clang++ CFLAGS='${MSAN_FLAGS}' CXXFLAGS='${MSAN_AND_LIBCXX_FLAGS}'"
export GOAL="install"
-export BITCOIN_CONFIG="--with-sanitizers=memory --disable-hardening --with-asm=no CFLAGS='${MSAN_FLAGS}' CXXFLAGS='${MSAN_AND_LIBCXX_FLAGS}'"
+export BITCOIN_CONFIG="--with-sanitizers=memory --disable-hardening --with-asm=no"
export USE_MEMORY_SANITIZER="true"
export RUN_FUNCTIONAL_TESTS="false"
export CCACHE_MAXSIZE=250M