Re: [QBS] Per file compile switches

2015-08-16 Thread Stephan Gatzka
Well, you could put each file in its own Group and set cpp.commonCompilerFlags in each Group. I'm not suggesting you actually do this due to the inconvenience, but it raises an interesting question about how we could potentially make something like this more usable. I think a new

Re: [QBS] Per file compile switches

2015-08-16 Thread Stephan Gatzka
I think, you shall write custom module based on gcc module. Sure, that's certainly possible. But I'd like to avoid the effort if (someone?) decides that this is worth to integrate in the default cpp module. Regards, Stephan ___ QBS mailing list

Re: [QBS] Per file compile switches

2015-08-16 Thread Slyshyk Oleksiy
I think, you shall write custom module based on gcc module. 16 серп. 2015 09:06 Stephan Gatzka stephan.gat...@gmail.com пише: Well, you could put each file in its own Group and set cpp.commonCompilerFlags in each Group. I'm not suggesting you actually do this due to the inconvenience, but