diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-11-13 22:01:15 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-11-14 07:51:17 +0800 |
commit | b4fcce0bde81939c8401ff8ec011850299cd4662 (patch) | |
tree | e31b5025a54fa587fe027254248b0356d9246bfc /Changelog.md | |
parent | da01e408988f7d0f6d6311b0af353ea4b573381e (diff) | |
download | dexon-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 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index bb97c35b..b5e7eed8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ Language Features: Compiler Features: + * Build System: LLL is not built anymore by default. Must configure it with CMake as `-DLLL=ON`. Bugfixes: |