yanghuan / CSharp.lua

The C# to Lua compiler
Other
1.23k stars 202 forks source link

Support "response files" #500

Closed ghost closed 3 months ago

ghost commented 9 months ago

On some systems (such as older UNIX systems and certain Windows variants) command-lines have relatively limited lengths. Windows compilers therefore support "response files". These files are mentioned on the command-line (using the "@file") syntax. The compiler reads these files and inserts the contents into argv, thereby working around the command-line length limits.

https://stackoverflow.com/questions/61799140/is-it-possible-to-put-a-bunch-of-wno-gcc-flags-into-a-file-and-reference-th