mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CommandLineInterface: Disallow --output-dir, --gas and --combined-json in assembly mode
This commit is contained in:
@@ -0,0 +1 @@
|
||||
--strict-assembly --output-dir /tmp/
|
||||
@@ -0,0 +1 @@
|
||||
The following options are invalid in assembly mode: --output-dir, --gas, --combined-json, --optimize-yul, --no-optimize-yul. Optimization is disabled by default and can be enabled with --optimize.
|
||||
@@ -0,0 +1 @@
|
||||
1
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
sstore(0, 1)
|
||||
}
|
||||
Reference in New Issue
Block a user