diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-06-08 00:33:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 00:33:46 +0300 |
commit | 801dc03070482adc060876ee2563dacec43c1a44 (patch) | |
tree | 5af7e2534733a540cf0b9924b4abae256fda9a68 /docs | |
parent | 7e1bef69598f47ce2ac59c3a6ebd98a29f1ca3f2 (diff) | |
parent | 536c64b2414c0f95f04d778ab76f53239560a79c (diff) | |
download | meson-801dc03070482adc060876ee2563dacec43c1a44.zip meson-801dc03070482adc060876ee2563dacec43c1a44.tar.gz meson-801dc03070482adc060876ee2563dacec43c1a44.tar.bz2 |
Merge pull request #7245 from dankegel/response-files-when-needed-tidied
Make ninja backend only use response files when needed, on linux too
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/snippets/response-files.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/snippets/response-files.md b/docs/markdown/snippets/response-files.md new file mode 100644 index 0000000..624b664 --- /dev/null +++ b/docs/markdown/snippets/response-files.md @@ -0,0 +1,7 @@ +## Response files enabled on Linux, reined in on Windows + +Meson used to always use response files on Windows, +but never on Linux. + +It now strikes a happier balance, using them on both platforms, +but only when needed to avoid command line length limits. |