From 536c64b2414c0f95f04d778ab76f53239560a79c Mon Sep 17 00:00:00 2001 From: Dan Kegel Date: Sun, 31 May 2020 22:34:00 +0000 Subject: docs: add snippet about response file change --- docs/markdown/snippets/response-files.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/markdown/snippets/response-files.md (limited to 'docs/markdown/snippets/response-files.md') 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. -- cgit v1.1