openethereum/scripts
David 7827cc048e
Use RUSTFLAGS to set the optimization level (#10719)
* Use RUSTFLAGS to set the optimization level

Cargo has a [quirk]() in how configuration settings are propagated when `cargo test` runs: local code respect the settings in `[profile.test]` but all dependencies use the `[profile.dev]` settings. Here we force `opt-level=3` for all dependencies.

* Remove unused profile settings

* Maybe like this?

* Turn off incremental compilation

* Remove colors; try again with overflow-checks on

* Use quiet CI machine

* Turn overflow checking back on

* Be explicit about what options we use

* Remove "quiet machine" override
2019-06-07 11:25:45 +02:00
..
docker Update publishing (#10644) 2019-05-31 13:27:00 +02:00
gitlab Use RUSTFLAGS to set the optimization level (#10719) 2019-06-07 11:25:45 +02:00
snap Remove support for hardware wallets (#10678) 2019-05-21 10:46:57 +02:00
add_license.sh Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
doc.sh EVM benchmark utilities (#8944) 2018-06-25 11:21:45 +02:00
evm_jsontests_bench.sh EVM benchmark utilities (#8944) 2018-06-25 11:21:45 +02:00
evm_uint_bench.sh EVM benchmark utilities (#8944) 2018-06-25 11:21:45 +02:00
hook.sh EVM benchmark utilities (#8944) 2018-06-25 11:21:45 +02:00
parity.service Random small cleanups (#9423) 2018-08-30 19:57:27 +02:00
remove_duplicate_empty_lines.sh Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00