aboutsummaryrefslogtreecommitdiffstats
path: root/docs/lll.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-11-13 22:01:15 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-11-14 07:51:17 +0800
commitb4fcce0bde81939c8401ff8ec011850299cd4662 (patch)
treee31b5025a54fa587fe027254248b0356d9246bfc /docs/lll.rst
parentda01e408988f7d0f6d6311b0af353ea4b573381e (diff)
downloaddexon-solidity-b4fcce0bde81939c8401ff8ec011850299cd4662.tar.gz
dexon-solidity-b4fcce0bde81939c8401ff8ec011850299cd4662.tar.zst
dexon-solidity-b4fcce0bde81939c8401ff8ec011850299cd4662.zip
Do not build LLL unless requested via the LLL cmake option
Diffstat (limited to 'docs/lll.rst')
-rw-r--r--docs/lll.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/lll.rst b/docs/lll.rst
index d9409bf8..16be829e 100644
--- a/docs/lll.rst
+++ b/docs/lll.rst
@@ -9,6 +9,13 @@ LLL is a low-level language for the EVM with an s-expressions syntax.
The Solidity repository contains an LLL compiler, which shares the assembler subsystem with Solidity.
However, apart from maintaining that it still compiles, no other improvements are made to it.
+It is not built unless specifically requested:
+
+.. code-block:: bash
+
+ $ cmake -DLLL=ON ..
+ $ cmake --build .
+
.. warning::
The LLL codebase is deprecated and will be removed from the Solidity repository in the future.