> 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