Skip to content

Commit

Permalink
gitian: Add --disable-bench to config flags for windows
Browse files Browse the repository at this point in the history
Forgot to do this in #7776.
  • Loading branch information
laanwj authored and str4d committed Oct 15, 2016
1 parent 2e43dce commit bf5b795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bf5b795

Please sign in to comment.