This keeps them visible on the bots.
E.g. https://luci-milo.appspot.com/swarming/task/
30b9147a09f2ac10/steps/ninja/0/stdout
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=
2254733008
Review-Url: https://codereview.chromium.org/
2254733008
outputs = [
"{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o",
]
- description = "$cc ... -o {{output}}"
+ description = "$cc ... $extra_cflags $extra_cflags_c -o {{output}}"
}
tool("cxx") {
outputs = [
"{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o",
]
- description = "$cxx ... -o {{output}}"
+ description = "$cxx ... $extra_cflags $extra_cflags_cc -o {{output}}"
}
tool("asm") {