Disable warnings as errors for STAGEautofeedback.
authorEugene Rozenfeld <erozen@microsoft.com>
Mon, 7 Aug 2023 11:07:43 +0000 (13:07 +0200)
committerAlan Modra <amodra@gmail.com>
Sat, 12 Aug 2023 00:55:06 +0000 (10:25 +0930)
commit2e834cd27703ad2e378a9dfd4d37f10bc376b7b0
treea31b9fd11ecf598b0cff55e96c7d661bd44080a4
parent91c7a3089cc04de9a4b65a166ade551485c98280
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.

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