Property
IdePipelineStage:check-stdout
since: 45
Description
Most build systems will preserve stderr for the processes they call, such
as gcc, clang, and others. However, if your build system redirects all
output to stdout, you may need to set this property to TRUE
to ensure
that Builder will extract errors from stdout.
One such example is Ninja.
Type: | gboolean |
Available since: | 45 |
Default value | FALSE |
Getter method | ide_pipeline_stage_get_check_stdout() |
Setter method | ide_pipeline_stage_set_check_stdout() |