aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/gitian-win32.yml
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-01-18 13:13:53 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-01-18 13:16:08 +0100
commit77f1b4ae196f5cf1300ded5c5b786426918f2d8c (patch)
treef63001cb64424957ca3d62da88c595c24db0d395 /contrib/gitian-descriptors/gitian-win32.yml
parent6c19ca1f92c014a9a7155e159fda592733fb1d4c (diff)
downloadbitcoin-77f1b4ae196f5cf1300ded5c5b786426918f2d8c.tar.xz
gitian: add optimization to win32 protobuf
When overriding CXXFLAGS, also provide optimization flags, otherwise we're building without optimization.
Diffstat (limited to 'contrib/gitian-descriptors/gitian-win32.yml')
-rw-r--r--contrib/gitian-descriptors/gitian-win32.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian-descriptors/gitian-win32.yml b/contrib/gitian-descriptors/gitian-win32.yml
index 794fa27f1f..eac74272c5 100644
--- a/contrib/gitian-descriptors/gitian-win32.yml
+++ b/contrib/gitian-descriptors/gitian-win32.yml
@@ -25,7 +25,7 @@ files:
- "qt-win32-5.2.0-gitian-r1.zip"
- "boost-win32-1.55.0-gitian-r6.zip"
- "bitcoin-deps-win32-gitian-r10.zip"
-- "protobuf-win32-2.5.0-gitian-r3.zip"
+- "protobuf-win32-2.5.0-gitian-r4.zip"
script: |
#
STAGING=$HOME/staging
@@ -37,7 +37,7 @@ script: |
unzip ../build/qt-win32-5.2.0-gitian-r1.zip
unzip ../build/boost-win32-1.55.0-gitian-r6.zip
unzip ../build/bitcoin-deps-win32-gitian-r10.zip
- unzip ../build/protobuf-win32-2.5.0-gitian-r3.zip
+ unzip ../build/protobuf-win32-2.5.0-gitian-r4.zip
cd $HOME/build/
#
cd bitcoin