mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Formatting docs/using-the-compiler.rst
Co-authored-by: Nuno Santos <nunofilipesantos@gmail.com>
This commit is contained in:
parent
58a4296989
commit
09c30566eb
@ -316,7 +316,8 @@ 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, paris or shanghai
|
// tangerineWhistle, spuriousDragon, byzantium, constantinople,
|
||||||
|
// petersburg, istanbul, berlin, london, paris or shanghai (default)
|
||||||
"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