proper distinction between --gc:none and --os:standalone

This commit is contained in:
Araq
2015-06-28 01:39:39 +02:00
parent 8f58ab99eb
commit a1caef474b
7 changed files with 62 additions and 261 deletions

View File

@@ -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