CommandLineInterface: Make --yul-optimizations work in strict assembly mode

This commit is contained in:
Kamil Śliwak
2020-05-08 22:29:57 +02:00
parent 5d4b9022f0
commit 6a58227830
10 changed files with 217 additions and 13 deletions
@@ -0,0 +1,26 @@
{
"language": "Yul",
"sources":
{
"A":
{
"content": "{ let x := mload(0) sstore(add(x, 0), 0) }"
}
},
"settings":
{
"optimizer": {
"enabled": true,
"details": {
"yul": true,
"yulDetails": {
"optimizerSteps": "dhfoDgvulfnTUtnIf"
}
}
},
"outputSelection":
{
"*": { "*": ["*"], "": [ "*" ] }
}
}
}