mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Display emscripten output size
This commit is contained in:
parent
6f2bc0d201
commit
6e0934664b
@ -95,4 +95,8 @@ emmake make -j 4
|
||||
cd ..
|
||||
cp build/solc/soljson.js ./
|
||||
|
||||
OUTPUT_SIZE=`stat -f "%z" build/solc/soljson.js`
|
||||
|
||||
echo "Emscripten output size: $OUTPUT_SIZE"
|
||||
|
||||
echo -en 'travis_fold:end:compiling_solidity\\r'
|
||||
|
Loading…
Reference in New Issue
Block a user