diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-06-09 07:22:59 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-06-09 07:23:04 +0200 |
| commit | f0299d80fd4293b0961e22038ba3d69b922161f9 (patch) | |
| tree | 19ca8e15bed6452e37c9587d9cc0368124584eea | |
| parent | Merge #8167: gitian: Ship debug tarballs/zips with debug symbols (diff) | |
| parent | gitian: Add --disable-bench to config flags for windows (diff) | |
| download | discoin-f0299d80fd4293b0961e22038ba3d69b922161f9.tar.xz discoin-f0299d80fd4293b0961e22038ba3d69b922161f9.zip | |
Merge #8175: gitian: Add --disable-bench to config flags for windows
74c1347 gitian: Add --disable-bench to config flags for windows (Wladimir J. van der Laan)
| -rw-r--r-- | contrib/gitian-descriptors/gitian-win.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index bb57d2faf..65f76e8df 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -29,7 +29,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" |