diff options
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Quick-guide.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/markdown/Quick-guide.md b/docs/markdown/Quick-guide.md index 938c3ed..e0a528e 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. |