gitian: add optimization to win32 protobuf
When overriding CXXFLAGS, also provide optimization flags, otherwise we're building without optimization.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user