summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-08-12 00:53:18 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-08-12 00:53:18 +0300
commit220f1024b7a759c5d7db1bf2ca50cc3b5d195109 (patch)
tree885825eac3dbc21c93f78f5d9a2ab5dd12544c05
parentf335c8bdeb0bf7631f916015c99ee376219ba3ca (diff)
downloadmeson-220f1024b7a759c5d7db1bf2ca50cc3b5d195109.tar.gz
Be more cautious in recommending Unity builds. [skip ci]
-rw-r--r--docs/markdown/Quick-guide.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/markdown/Quick-guide.md b/docs/markdown/Quick-guide.md
index 938c3ed73..e0a528e92 100644
--- a/docs/markdown/Quick-guide.md
+++ b/docs/markdown/Quick-guide.md
@@ -96,6 +96,8 @@ This is very similar to other build systems. The only difference is
that the `DESTDIR` variable is passed as an environment variable
rather than as an argument to `ninja install`.
-As distro builds happen always from scratch, we recommend you to
-enable [unity builds](Unity-builds.md) whenever possible on your
-packages because they are faster and produce better code.
+As distro builds happen always from scratch, you might consider
+enabling [unity builds](Unity-builds.md) on your packages because they
+are faster and produce better code. However there are many projects
+that do not build with unity builds enabled so the decision to use
+unity builds must be done by the packager on a case by case basis.