aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_tsan.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_tsan.sh
parent0d509bab45d292caeaf34600e57b5928757c6005 (diff)
downloadbitcoin-a3485af67da4949c72c45acc608f8746ed0e0848.tar.xz
ci: Drop duplicated compiler flags
Diffstat (limited to 'ci/test/00_setup_env_native_tsan.sh')
-rwxr-xr-xci/test/00_setup_env_native_tsan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_tsan.sh b/ci/test/00_setup_env_native_tsan.sh
index 23ab1ae000..3fcaa8c6c6 100755
--- a/ci/test/00_setup_env_native_tsan.sh
+++ b/ci/test/00_setup_env_native_tsan.sh
@@ -11,4 +11,4 @@ export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04"
export PACKAGES="clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq"
export DEP_OPTS="CC=clang-18 CXX='clang++-18 -stdlib=libc++'"
export GOAL="install"
-export BITCOIN_CONFIG="--enable-zmq CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION' CXXFLAGS='-g' --with-sanitizers=thread"
+export BITCOIN_CONFIG="--enable-zmq CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION' --with-sanitizers=thread"