aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-01-08 11:31:58 -0800
committerDylan Baker <dylan@pnwbakers.com>2019-01-08 11:40:25 -0800
commit1404f404f804ddd9d892e813ed23ca222c16ad39 (patch)
treeeb15e0d1b659f0c9dc7f5b67d426457ee39926f8 /docs
parent3232f780d8c3baba0cbca3f9fea18d1a722bf957 (diff)
downloadmeson-1404f404f804ddd9d892e813ed23ca222c16ad39.zip
meson-1404f404f804ddd9d892e813ed23ca222c16ad39.tar.gz
meson-1404f404f804ddd9d892e813ed23ca222c16ad39.tar.bz2
docs: document that using environment variables is discouraged [skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-tables.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md
index fa913f5..fd25111 100644
--- a/docs/markdown/Reference-tables.md
+++ b/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 |