commandline length limitations and gcc
with commandline length being quite limited on some platforms it's not that hard to hit that limit with arguments you want to pass to gcc.
gcc @cmd.txt makes gcc read those arguments from a file.
gcc @cmd.txt makes gcc read those arguments from a file.
0 Comments:
Post a Comment
<< Home