diff options
author | Araq <rumpf_a@web.de> | 2018-09-03 12:09:14 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-09-03 12:09:14 +0200 |
commit | 6261309d1b329537d8b968c8d9a9d7ae0be36178 (patch) | |
tree | e8fed93c3cac8d22f42e2011665c991d3ccec3f7 /doc/nimc.rst | |
parent | 4e05bca96fb13780b98b2779db6382d7d35ed354 (diff) | |
download | Nim-6261309d1b329537d8b968c8d9a9d7ae0be36178.tar.gz |
document the fact that --define symbols are completely case insensitive; closes #7506
Diffstat (limited to 'doc/nimc.rst')
-rw-r--r-- | doc/nimc.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst index 0346b98e9..4082b5378 100644 --- a/doc/nimc.rst +++ b/doc/nimc.rst @@ -143,6 +143,9 @@ which may be used in conjunction with the `compile time define pragmas<manual.html#implementation-specific-pragmas-compile-time-define-pragmas>`_ to override symbols during build time. +Compile time symbols are completely **case insensitive** and underscores are +ignored too. ``--define:FOO`` and ``--define:foo`` are identical. + Configuration files ------------------- |