mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update the yul switch to the 0.6.0 behaviour.
This commit is contained in:
parent
c70bdf2b2c
commit
bdd9f215cb
@ -220,8 +220,11 @@ Input Description
|
|||||||
"cse": false,
|
"cse": false,
|
||||||
// Optimize representation of literal numbers and strings in code.
|
// Optimize representation of literal numbers and strings in code.
|
||||||
"constantOptimizer": false,
|
"constantOptimizer": false,
|
||||||
// The new Yul optimizer. Mostly operates on the code of ABIEncoderV2.
|
// The new Yul optimizer. Mostly operates on the code of ABIEncoderV2
|
||||||
// It can only be activated through the details here.
|
// and inline assembly.
|
||||||
|
// It is activated together with the global optimizer setting
|
||||||
|
// and can be deactivated here.
|
||||||
|
// Before Solidity 0.6.0 it had to be activated through this switch.
|
||||||
"yul": false,
|
"yul": false,
|
||||||
// Tuning options for the Yul optimizer.
|
// Tuning options for the Yul optimizer.
|
||||||
"yulDetails": {
|
"yulDetails": {
|
||||||
|
Loading…
Reference in New Issue
Block a user