diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2019-01-08 11:31:58 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2019-01-08 11:40:25 -0800 |
commit | 1404f404f804ddd9d892e813ed23ca222c16ad39 (patch) | |
tree | eb15e0d1b659f0c9dc7f5b67d426457ee39926f8 /docs | |
parent | 3232f780d8c3baba0cbca3f9fea18d1a722bf957 (diff) | |
download | meson-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.md | 6 |
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 | |