diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-31 22:01:26 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-31 22:35:49 +0100 |
commit | 0d20737860c29169d89c1d5ea728f3848cc28564 (patch) | |
tree | 8044cd1d918e4dcca74f086d09faf6e9ffe0aed3 /compiler/prelude/PrelRules.hs | |
parent | eae40e16a0933fe3b6cb0ee4dc9cdbe3d21e44ce (diff) | |
download | haskell-0d20737860c29169d89c1d5ea728f3848cc28564.tar.gz |
Drop redundant/explicit `=1` in `-DFOO=1` flags
Quoting the POSIX standard for the `-D` C compiler flag:
-D name[=value]
Define name as if by a C-language #define directive.
If no `=value` is given, a value of 1 shall be used.
[...]
Removing this explicit `=1` definition from `-D` flags which are used to
define boolean macro constants makes the CLI invocation a bit more
idiomatic and reduces visual noise in debugging output
(flags containing `=`s are additionally put in single-quotes by GHC)
Diffstat (limited to 'compiler/prelude/PrelRules.hs')
0 files changed, 0 insertions, 0 deletions