Skip to content

Commit

Permalink
Official build: v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmacleod committed Jun 21, 2022
1 parent 9dc4618 commit eff27c0
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 5)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Gulden]])
Expand Down
6 changes: 3 additions & 3 deletions contrib/gitian-descriptors/gitian-linux-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=no --with-daemon=no --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=no --with-daemon=no --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"
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ script: |
CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-gui-tests"
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 QT_RCC_TEST=1
Expand Down
6 changes: 3 additions & 3 deletions contrib/gitian-descriptors/gitian-osx-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ script: |
WRAP_DIR=$HOME/wrapped
HOSTS="x86_64-apple-darwin14 arm64-apple-darwin21.1.0"
CONFIGFLAGS="--enable-reduce-exports --disable-gui-tests GENISOIMAGE=$WRAP_DIR/genisoimage --disable-bench --disable-tests --disable-man --enable-zmq --with-utils=no --with-daemon=no --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 --with-utils=no --with-daemon=no --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"
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ script: |
CONFIGFLAGS="--enable-reduce-exports --disable-gui-tests GENISOIMAGE=$WRAP_DIR/genisoimage"
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=
Expand Down
6 changes: 3 additions & 3 deletions contrib/gitian-descriptors/gitian-win-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=no --with-daemon=no --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=no --with-daemon=no --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
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ script: |
CONFIGFLAGS="--enable-reduce-exports --disable-gui-tests --disable-tests"
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
Expand Down
4 changes: 2 additions & 2 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ mkdir -p "$OUTDIR"
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary --disable-man --enable-zmq --with-node-js-libs --with-qrencode"

# CFLAGS
HOST_CFLAGS="-O2 -g"
HOST_CFLAGS="-O3 -g"
case "$HOST" in
*linux*) HOST_CFLAGS+=" -ffile-prefix-map=${PWD}=." ;;
*mingw*) HOST_CFLAGS+=" -fno-ident" ;;
Expand All @@ -259,7 +259,7 @@ esac

# LDFLAGS
case "$HOST" in
*linux*) HOST_LDFLAGS="-Wl,--as-needed -Wl,--dynamic-linker=$glibc_dynamic_linker -static-libstdc++ -Wl,-O2" ;;
*linux*) HOST_LDFLAGS="-Wl,--as-needed -Wl,--dynamic-linker=$glibc_dynamic_linker -static-libstdc++ -Wl,-O3" ;;
*mingw*) HOST_LDFLAGS="-Wl,--no-insert-timestamp" ;;
esac

Expand Down

0 comments on commit eff27c0

Please sign in to comment.