[QBS] remove unwanted compiler flags

Jochen Becher jochen_becher at gmx.de
Sat Oct 25 20:50:59 CEST 2014


Hi Railwaycoder,

-pipe tells the compiler front-end to transfer the output from one tool
(e.g. the preprocessor) to the next tool (e.g. the compiler) using pipes
instead of temporary files because it is faster. It does not influence
the syntax or code generation in any way.

Regards, Jochen


Am Samstag, den 25.10.2014, 12:42 +0200 schrieb Railway Coder:
> Hi Joerg,
> 
> 
> thanks for this detailed answer.
> 
>         -pipe
>         is passed to gcc unconditionally. We assumed that every gcc
>         can cope
>         with it. Do we need an option to turn it off?
> 
> 
> At the moment I've no idea what -pipe does. I only wanted to figure
> out where it comes from and turn it of if possible.
> 
> I want to reconstruct the output which I get from the Makefile.
> 
> By the way, compiled source works fine even with the unwanted flags.
> 
> 
> 
>         -x c++
>         should not be added if your source files have a standard C++
>         file
>         extension. Which Qt Creator version is this?
> 
> 
> It was Qt Creator 3.2.0.
> 
> I've now updated to Qt Creator 3.2.2. 
> How can I tell qbs to give me the full output even if there are no
> errors / warnings?
> 
> 
> Thanks,
> 
> Railwaycoder
> 
> 
> 
> 
> 
> 
> _______________________________________________
> QBS mailing list
> QBS at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qbs





More information about the Qbs mailing list