diff options
author | chriseth <chris@ethereum.org> | 2018-09-14 00:29:14 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-09-18 21:16:40 +0800 |
commit | 2c613127c92ab96ca8b02ff7b1866df1ad9ad1c0 (patch) | |
tree | 8d65745bd60e5520397c705f5a7278cd0a459d84 /docs/installing-solidity.rst | |
parent | fcb48bceffa54cf8cb79f6d8e03d875277f535ff (diff) | |
download | dexon-solidity-2c613127c92ab96ca8b02ff7b1866df1ad9ad1c0.tar.gz dexon-solidity-2c613127c92ab96ca8b02ff7b1866df1ad9ad1c0.tar.zst dexon-solidity-2c613127c92ab96ca8b02ff7b1866df1ad9ad1c0.zip |
Explain pragmas.
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 3332a83b..ba373b8f 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -303,6 +303,8 @@ CMake options If you are interested what CMake options are available run ``cmake .. -LH``. +.. _smt_solvers_build: + SMT Solvers ----------- Solidity can be built against SMT solvers and will do so by default if |