mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
optimizer.rst: Fix a code block with incorrectly set Bash highlighting
This commit is contained in:
parent
729db521a9
commit
f794539628
@ -321,9 +321,8 @@ By default the optimizer applies its predefined sequence of optimization steps t
|
|||||||
the generated assembly. You can override this sequence and supply your own using
|
the generated assembly. You can override this sequence and supply your own using
|
||||||
the ``--yul-optimizations`` option:
|
the ``--yul-optimizations`` option:
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: bash
|
||||||
|
|
||||||
bash
|
|
||||||
solc --optimize --ir-optimized --yul-optimizations 'dhfoD[xarrscLMcCTU]uljmul'
|
solc --optimize --ir-optimized --yul-optimizations 'dhfoD[xarrscLMcCTU]uljmul'
|
||||||
|
|
||||||
The sequence inside ``[...]`` will be applied multiple times in a loop until the Yul code
|
The sequence inside ``[...]`` will be applied multiple times in a loop until the Yul code
|
||||||
|
Loading…
Reference in New Issue
Block a user