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:
@@ -80,6 +80,8 @@ explanatory purposes.
|
||||
details: {
|
||||
// peephole defaults to "true"
|
||||
peephole: true,
|
||||
// inliner defaults to "true"
|
||||
inliner: true,
|
||||
// jumpdestRemover defaults to "true"
|
||||
jumpdestRemover: true,
|
||||
orderLiterals: false,
|
||||
|
||||
Reference in New Issue
Block a user