mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
![]() Similarly to Make files, the syntax `VAR ?= value` is added to define variables only when they were previously undefined. In this case, if the environment variable `VAR` was undefined, then it will be defined with the value `value`, otherwise the previous content of `VAR` will be preserved. This is useful to define default flags in the config file that can be easily overridden by using environment variables. |
||
---|---|---|
.. | ||
dmd.conf.5 |