diff options
author | Araq <rumpf_a@web.de> | 2014-08-12 08:47:31 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-12 08:47:31 +0200 |
commit | b8ce3a41753fa3aeeeee1e91401e9909d63cfbe7 (patch) | |
tree | 1ee182fb5ae5f9bbf8b2980131815f3e35b59f81 /web/news.txt | |
parent | 05dbba0e3899d86a4f7dbc6e81b1b5f9771aa2e0 (diff) | |
download | Nim-b8ce3a41753fa3aeeeee1e91401e9909d63cfbe7.tar.gz |
fixes 'gcsafe'
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index b194d5503..2d7086be6 100644 --- a/web/news.txt +++ b/web/news.txt @@ -26,6 +26,10 @@ News - **system.defined has been split into system.defined and system.declared**. You have to use ``--symbol`` to declare new conditional symbols that can be set via ``--define``. + - ``--threadanalysis:on`` is now the default. To make your program compile + you can disable it but this is only a temporary solution as this option + will disappear soon! + Language Additions ------------------ |