aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/response-files.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-07-12 17:25:51 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2020-07-12 17:25:51 +0300
commitd0c68dc11507a47b9b85de508e023d9590d60565 (patch)
tree2a5ae49d56c098f46ed436b72bdb511accc52f97 /docs/markdown/snippets/response-files.md
parentd769b425f0b56779bad571fbf7145c8d2f7fecc9 (diff)
downloadmeson-d0c68dc11507a47b9b85de508e023d9590d60565.zip
meson-d0c68dc11507a47b9b85de508e023d9590d60565.tar.gz
meson-d0c68dc11507a47b9b85de508e023d9590d60565.tar.bz2
Updated everything for release 0.55.0.0.55.0
Diffstat (limited to 'docs/markdown/snippets/response-files.md')
-rw-r--r--docs/markdown/snippets/response-files.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/markdown/snippets/response-files.md b/docs/markdown/snippets/response-files.md
deleted file mode 100644
index 624b664..0000000
--- a/docs/markdown/snippets/response-files.md
+++ /dev/null
@@ -1,7 +0,0 @@
-## 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.