From be0c2e24a1447878dfbe1c43cc247a37558a00b9 Mon Sep 17 00:00:00 2001 From: Malcolm MacLeod Date: Sat, 12 Mar 2022 07:06:01 +0000 Subject: [PATCH] Official build: v2.0.8 --- configure.ac | 2 +- contrib/gitian-descriptors/gitian-linux.yml | 6 +++--- contrib/gitian-descriptors/gitian-osx.yml | 6 +++--- contrib/gitian-descriptors/gitian-win.yml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index acf93c568e..0ef6171409 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 2) define(_CLIENT_VERSION_MINOR, 0) define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 8) -define(_CLIENT_VERSION_IS_RELEASE, false) +define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2020) define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Florin]]) diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 5cd7f5d62c..2cc6053b01 100644 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -45,11 +45,11 @@ script: | WRAP_DIR=$HOME/wrapped HOSTS="i686-pc-linux-gnu x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu" - CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-gui-tests --disable-bench --disable-tests --disable-man --enable-zmq --with-utils --with-daemon --with-node-js-libs --with-qrencode --with-gui=no" + CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-gui-tests --disable-bench --disable-tests --disable-tests --disable-man --enable-zmq --with-utils --with-daemon --with-node-js-libs --with-qrencode --with-gui=no" FAKETIME_HOST_PROGS="gcc g++" FAKETIME_PROGS="date ar ranlib nm" - HOST_CFLAGS="-O2 -g" - HOST_CXXFLAGS="-O2 -g" + HOST_CFLAGS="-O3 -g" + HOST_CXXFLAGS="-O3 -g" HOST_LDFLAGS=-static-libstdc++ export EXTRA_CXX_FLAGS="-DNAPI_VERSION=5 -DDJINNI_NODEJS" diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index e16ae1ecac..be54ad71cd 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -46,11 +46,11 @@ script: | WRAP_DIR=$HOME/wrapped HOSTS="x86_64-apple-darwin14" - CONFIGFLAGS="--enable-reduce-exports --disable-gui-tests GENISOIMAGE=$WRAP_DIR/genisoimage --disable-bench --disable-tests --disable-man --enable-zmq --without-utils --without-daemon --with-node-js-libs --with-qrencode --with-gui=no" + CONFIGFLAGS="--enable-reduce-exports --disable-gui-tests GENISOIMAGE=$WRAP_DIR/genisoimage --disable-bench --disable-tests --disable-tests --disable-man --enable-zmq --without-utils --without-daemon --with-node-js-libs --with-qrencode --with-gui=no" FAKETIME_HOST_PROGS="" FAKETIME_PROGS="ar ranlib date dmg genisoimage" - HOST_CFLAGS="-O2 -g" - HOST_CXXFLAGS="-O2 -g" + HOST_CFLAGS="-O3 -g" + HOST_CXXFLAGS="-O3 -g" HOST_LDFLAGS= export EXTRA_CXX_FLAGS="-DNAPI_VERSION=5 -DDJINNI_NODEJS" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index 0914e2ff5c..6ca736091e 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -41,11 +41,11 @@ files: script: | WRAP_DIR=$HOME/wrapped HOSTS="x86_64-w64-mingw32" - CONFIGFLAGS="--enable-reduce-exports --disable-gui-tests --disable-bench --disable-tests --disable-man --enable-zmq --with-utils --with-daemon --with-node-js-libs --with-qrencode --with-gui=no" + CONFIGFLAGS="--enable-reduce-exports --disable-gui-tests --disable-bench --disable-tests --disable-tests --disable-man --enable-zmq --with-utils --with-daemon --with-node-js-libs --with-qrencode --with-gui=no" FAKETIME_HOST_PROGS="ar ranlib nm windres strip objcopy" FAKETIME_PROGS="date makensis zip" - HOST_CFLAGS="-O2 -g" - HOST_CXXFLAGS="-O2 -g" + HOST_CFLAGS="-O3 -g" + HOST_CXXFLAGS="-O3 -g" export QT_RCC_TEST=1 export QT_RCC_SOURCE_DATE_OVERRIDE=1