blob: 624b6642daa0b49af4786445d774becce75efa6f (
plain)
1
2
3
4
5
6
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.
|