CommandLineInterface: Disallow --output-dir, --gas and --combined-json in assembly mode

This commit is contained in:
Kamil Śliwak
2020-06-15 17:12:51 +02:00
parent 0d7b3ae503
commit 4bd078ed7e
5 changed files with 22 additions and 10 deletions
@@ -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)
}