Disallow using both --optimize-yul and --no-optimize-yul at the same time

This commit is contained in:
Kamil Śliwak
2023-05-24 15:54:40 +02:00
parent b24e4fcbfa
commit a11b1c83f0
5 changed files with 11 additions and 1 deletions
@@ -0,0 +1 @@
Options --optimize-yul and --no-optimize-yul cannot be used together.
@@ -1 +1 @@
The following options are invalid in assembly mode: --optimize-yul, --no-optimize-yul. Optimization is disabled by default and can be enabled with --optimize.
Options --optimize-yul and --no-optimize-yul cannot be used together.