diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nimc.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst index 138f1e7f0..7fdceacf5 100644 --- a/doc/nimc.rst +++ b/doc/nimc.rst @@ -438,9 +438,8 @@ Define Effect ``memProfiler`` Enables memory profiling for the native GC. ``uClibc`` Use uClibc instead of libc. (Relevant for Unix-like OSes) ``checkAbi`` When using types from C headers, add checks that compare - what's in the Nim file with what's in the C header - (requires a C compiler with _Static_assert support, like - any C11 compiler) + what's in the Nim file with what's in the C header. + This may become enabled by default in the future. ``tempDir`` This symbol takes a string as its value, like ``--define:tempDir:/some/temp/path`` to override the temporary directory returned by ``os.getTempDir()``. |