On Wed, Apr 24, 2019 at 04:03:24PM +0500, ???? ??????? wrote: > I'm going to use various sanitizers, for example CFLAGS="-fsanitize=address" > I'm looking for preferred way to set additional CFLAGS, am I right that it > is something like ADDINC="-fsanitize=address" ? any other way ?
I'm used to specifying them in CPU_CFLAGS which usually only contain the optimization level and -march/-mcpu/-mtune. I find it more convenient this way, especially since some settings depend on optimization level! Willy

