We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729db52 commit f794539Copy full SHA for f794539
docs/internals/optimizer.rst
@@ -321,9 +321,8 @@ By default the optimizer applies its predefined sequence of optimization steps t
321
the generated assembly. You can override this sequence and supply your own using
322
the ``--yul-optimizations`` option:
323
324
-.. code-block:: text
+.. code-block:: bash
325
326
- bash
327
solc --optimize --ir-optimized --yul-optimizations 'dhfoD[xarrscLMcCTU]uljmul'
328
329
The sequence inside ``[...]`` will be applied multiple times in a loop until the Yul code
0 commit comments