aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_qt5.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-04-30 09:59:07 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-04-30 12:50:36 -0400
commitaaaacff107a71e2495eff17602fa2bec52c02e4d (patch)
tree132e746a17557f17ae183026b61a668431ff685d /ci/test/00_setup_env_native_qt5.sh
parenta66ba6d029b3948dec0cf092bb844f70c16b07dc (diff)
downloadbitcoin-aaaacff107a71e2495eff17602fa2bec52c02e4d.tar.xz
ci: Merge C++17 build with one of the existing ones
Diffstat (limited to 'ci/test/00_setup_env_native_qt5.sh')
-rw-r--r--ci/test/00_setup_env_native_qt5.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_qt5.sh b/ci/test/00_setup_env_native_qt5.sh
index 87c8b70998..4dedea23bc 100644
--- a/ci/test/00_setup_env_native_qt5.sh
+++ b/ci/test/00_setup_env_native_qt5.sh
@@ -14,4 +14,4 @@ export RUN_UNIT_TESTS_SEQUENTIAL="true"
export RUN_UNIT_TESTS="false"
export GOAL="install"
export TEST_PREVIOUS_RELEASES=true
-export BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --enable-debug CFLAGS=\"-g0 -O2 -funsigned-char\" CXXFLAGS=\"-g0 -O2 -funsigned-char\""
+export BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --enable-c++17 --enable-debug CFLAGS=\"-g0 -O2 -funsigned-char\" CXXFLAGS=\"-g0 -O2 -funsigned-char\""