diff options
author | Araq <rumpf_a@web.de> | 2015-06-28 01:39:39 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-06-29 02:48:33 +0200 |
commit | a1caef474bb6e49baed811ea2a3038cd08c9d86c (patch) | |
tree | ed13c82a284869c6495194f7e6ad022c21d27b5d /web | |
parent | 8f58ab99eb69e2d03a66d4d9401edb87d13e2492 (diff) | |
download | Nim-a1caef474bb6e49baed811ea2a3038cd08c9d86c.tar.gz |
proper distinction between --gc:none and --os:standalone
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index be27d83e5..2d5b75207 100644 --- a/web/news.txt +++ b/web/news.txt @@ -23,6 +23,11 @@ News used: ``import "scene/2d/sprite"``. The former code never was valid Nim. - The Windows API wrapper (``windows.nim``) is now not part of the official distribution anymore. Instead use the ``oldwinapi`` Nimble package. + - There is now a clear distinction between ``--os:standalone`` + and ``--gc:none``. So if you use ``--os:standalone`` ensure you also use + ``--gc:none``. ``--os:standalone`` without ``--gc:none`` is now a version + that doesn't depend on any OS but includes the GC. However this version + is currently untested! Library additions |