mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-25 00:35:26 +00:00
docs: document that --flag is same as flag in cfg config files (#8430)
This commit is contained in:
committed by
Andreas Rumpf
parent
97ea18746b
commit
2569c74909
@@ -3,6 +3,7 @@
|
||||
|
||||
[Common]
|
||||
cc=gcc # '=' and ':' are the same
|
||||
--foo="bar" # '--cc' and 'cc' are the same, 'bar' and '"bar"' are the same
|
||||
--verbose
|
||||
|
||||
[Windows]
|
||||
|
||||
Reference in New Issue
Block a user