mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8092 from ethereum/chriseth-patch-1
Update the standard-json yul switch to the 0.6.0 behaviour.
This commit is contained in:
commit
943af71d3d
@ -220,8 +220,11 @@ Input Description
|
||||
"cse": false,
|
||||
// Optimize representation of literal numbers and strings in code.
|
||||
"constantOptimizer": false,
|
||||
// The new Yul optimizer. Mostly operates on the code of ABIEncoderV2.
|
||||
// It can only be activated through the details here.
|
||||
// The new Yul optimizer. Mostly operates on the code of ABIEncoderV2
|
||||
// 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,
|
||||
// Tuning options for the Yul optimizer.
|
||||
"yulDetails": {
|
||||
|
Loading…
Reference in New Issue
Block a user