]> git.ipfire.org Git - thirdparty/gcc.git/commit
Disable warnings as errors for STAGEautofeedback.
authorEugene Rozenfeld <erozen@microsoft.com>
Thu, 18 May 2023 05:40:41 +0000 (22:40 -0700)
committerEugene Rozenfeld <erozen@microsoft.com>
Thu, 18 May 2023 05:43:49 +0000 (22:43 -0700)
commit6657950d523e5289ff2b95c1e523b177dfd21bc0
tree2331dc66596794c7999dbb0f2c9afe705fb830d8
parentff2dcddfc4d57e5cefdd2c12a55f2378b808d91e
Disable warnings as errors for STAGEautofeedback.

Compilation during STAGEautofeedback produces additional warnings
since inlining decisions with -fauto-profile are different from
other builds.

This patches disables warnings as errors for STAGEautofeedback.

Tested on x86_64-pc-linux-gnu.

ChangeLog:

* Makefile.tpl: Disable warnings as errors for STAGEautofeedback
* Makefile.in: Regenerate
Makefile.in
Makefile.tpl