diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-04-03 16:00:08 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-04-05 15:38:16 +0100 |
commit | a3485af67da4949c72c45acc608f8746ed0e0848 (patch) | |
tree | dbb541ce30359d6e315e02d1933ecd373c943b3e /ci/test/00_setup_env_native_msan.sh | |
parent | 0d509bab45d292caeaf34600e57b5928757c6005 (diff) |
ci: Drop duplicated compiler flags
Diffstat (limited to 'ci/test/00_setup_env_native_msan.sh')
-rwxr-xr-x | ci/test/00_setup_env_native_msan.sh | 2 |
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 |