diff options
author | chriseth <chris@ethereum.org> | 2018-12-18 23:19:50 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-18 23:20:02 +0800 |
commit | 506642475892bd5b598c1c9c6498ff3efa1fa6cc (patch) | |
tree | d5584362a04011e618e6470e7543b1fc14505570 /appveyor.yml | |
parent | a51a8368aaa44bd1b26eb6869b107f6f3b3eec05 (diff) | |
download | dexon-solidity-506642475892bd5b598c1c9c6498ff3efa1fa6cc.tar.gz dexon-solidity-506642475892bd5b598c1c9c6498ff3efa1fa6cc.tar.zst dexon-solidity-506642475892bd5b598c1c9c6498ff3efa1fa6cc.zip |
Build in release mode.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5377925e..864c6359 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ branches: - release - develop configuration: - - RelWithDebInfo + - Release environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 |