From 0e57b4cf6414f81e3fb2337fdd06b49990f7424f Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 12 Apr 2019 15:17:47 +0200 Subject: we do not support -d:useWinAnsi switch anymore --- doc/nimc.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc/nimc.rst') diff --git a/doc/nimc.rst b/doc/nimc.rst index bbd29e1a1..4ea2337a8 100644 --- a/doc/nimc.rst +++ b/doc/nimc.rst @@ -350,15 +350,13 @@ Define Effect More aggressive optimizations are possible, eg: ``--passC:-ffast-math`` (but see issue #10305) ``--stacktrace:off`` -``useWinAnsi`` Modules like ``os`` and ``osproc`` use the Ansi versions - of the Windows API. The default build uses the Unicode - version. ``useFork`` Makes ``osproc`` use ``fork`` instead of ``posix_spawn``. ``useNimRtl`` Compile and link against ``nimrtl.dll``. ``useMalloc`` Makes Nim use C's `malloc`:idx: instead of Nim's own memory manager, albeit prefixing each allocation with its size to support clearing memory on reallocation. - This only works with ``gc:none``. + This only works with ``gc:none`` and + with ``--newruntime``. ``useRealtimeGC`` Enables support of Nim's GC for *soft* realtime systems. See the documentation of the `gc `_ for further information. -- cgit 1.4.1-2-gfad0