mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
document the fact that --define symbols are completely case insensitive; closes #7506
This commit is contained in:
@@ -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
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user