Re: [ccache] @file arguments to ccache - Intel Compiler

2015-10-20 Thread Joel Rosdahl
> > I was wondering why in ccache we are expanding @file > > https://github.com/venkrao/ccache-1/blob/59e5244dd79b0fc7df682c8f3c05b778a3d00f91/ccache.c#L1951 @file is expanded so that ccache can inspect the options in the file just like options given on the command line. The alternative is to not

[ccache] @file arguments to ccache - Intel Compiler

2015-10-17 Thread vkr
Hello, I was wondering why in ccache we are expanding @file https://github.com/venkrao/ccache-1/blob/59e5244dd79b0fc7df682c8f3c05b778a3d00f91/ccache.c#L1951 Essentially, the arguments that are to be listed in @file are those that affect the preprocessor. Is it safe to just not expand the arguments