diff options
author | Dan Kegel <dank@kegel.com> | 2020-05-31 22:34:00 +0000 |
---|---|---|
committer | Dan Kegel <dank@kegel.com> | 2020-06-05 14:15:32 -0700 |
commit | 536c64b2414c0f95f04d778ab76f53239560a79c (patch) | |
tree | f0b6d42ff809a2f02fb2ac6d1ca1d2630e160fca /docs | |
parent | 25085483b90990f7c8a2da9a874719327bb1fb37 (diff) | |
download | meson-536c64b2414c0f95f04d778ab76f53239560a79c.zip meson-536c64b2414c0f95f04d778ab76f53239560a79c.tar.gz meson-536c64b2414c0f95f04d778ab76f53239560a79c.tar.bz2 |
docs: add snippet about response file change
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. |