mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add inlining for old optimizer.
This commit is contained in:
@@ -246,6 +246,9 @@ Input Description
|
||||
// The peephole optimizer is always on if no details are given,
|
||||
// use details to switch it off.
|
||||
"peephole": true,
|
||||
// The inliner is always on if no details are given,
|
||||
// use details to switch it off.
|
||||
"inliner": true,
|
||||
// The unused jumpdest remover is always on if no details are given,
|
||||
// use details to switch it off.
|
||||
"jumpdestRemover": true,
|
||||
|
||||
Reference in New Issue
Block a user