docs: document that using environment variables is discouraged [skip ci]

pull/4744/head
Dylan Baker 6 years ago
parent 3232f780d8
commit 1404f404f8
  1. 6
      docs/markdown/Reference-tables.md

@ -117,6 +117,12 @@ These are the parameter names for passing language specific arguments to your bu
These environment variables will be used to modify the compiler and
linker flags.
It is recommended that you **do not use these**. They are provided purely to
for backwards compatibility with other build systems. There are many caveats to
their use, especially when rebuilding the project. It is **highly** recommended
that you use [the command line arguments](#language-arguments-parameters-names)
instead.
| Name | Comment |
| ----- | ------- |
| CFLAGS | Flags for the C compiler |

Loading…
Cancel
Save