Re: Additional debug info to aid cacheline analysis
From: Andi Kleen
Date: Thu Oct 08 2020 - 17:23:06 EST
> Basically you simply want to remove this line in the top-level
> Makefile:
>
> DEBUG_CFLAGS := $(call cc-option, -fno-var-tracking-assignments)
It looks like this was needed as a workaround for a gcc bug that was there
from 4.5 to 4.9.
So I guess could disable it for 5.0+ only.
-Andi