Browse Source

gitian: Add --disable-bench to config flags for windows

Forgot to do this in #7776.
pull/4/head
Wladimir J. van der Laan 8 years ago
committed by Jack Grigg
parent
commit
bf5b79510a
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 2
      contrib/gitian-descriptors/gitian-win.yml

2
contrib/gitian-descriptors/gitian-win.yml

@ -28,7 +28,7 @@ files: []
script: |
WRAP_DIR=$HOME/wrapped
HOSTS="x86_64-w64-mingw32 i686-w64-mingw32"
CONFIGFLAGS="--enable-reduce-exports --disable-gui-tests"
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"
FAKETIME_HOST_PROGS="g++ ar ranlib nm windres strip objcopy"
FAKETIME_PROGS="date makensis zip"
HOST_CFLAGS="-O2 -g"

Loading…
Cancel
Save