Do you have any idea how to tell gcc to read in additional options from a file? Some stuff on the web indicates it should be doable by saying @file or -@file, but gcc (I've tried both 4.1 and 3.4) just doesn't recognize it.
The closest solution I've come up with is `cat file`, but this is... suboptimal.
The closest solution I've come up with is `cat file`, but this is... suboptimal.
Comment