mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update using-the-compiler.rst
Reflect all available evm options in compiler standard input docs
This commit is contained in:
parent
5d7533b540
commit
58a4296989
@ -316,7 +316,7 @@ Input Description
|
|||||||
},
|
},
|
||||||
// Version of the EVM to compile for.
|
// Version of the EVM to compile for.
|
||||||
// Affects type checking and code generation. Can be homestead,
|
// Affects type checking and code generation. Can be homestead,
|
||||||
// tangerineWhistle, spuriousDragon, byzantium, constantinople, petersburg, istanbul, berlin, london or paris
|
// tangerineWhistle, spuriousDragon, byzantium, constantinople, petersburg, istanbul, berlin, london, paris or shanghai
|
||||||
"evmVersion": "byzantium",
|
"evmVersion": "byzantium",
|
||||||
// Optional: Change compilation pipeline to go through the Yul intermediate representation.
|
// Optional: Change compilation pipeline to go through the Yul intermediate representation.
|
||||||
// This is false by default.
|
// This is false by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user