On 2018/04/25 15:26, mazocomp wrote: > > >=< toxic: > > > > ignores CFLAGS > > > I am stuck here. Do you mean CFLAGS is not setable externally?
The port should be using flags coming from CFLAGS in the enivronment,
by default this is -O2 -pipe, but can be overridden with e.g. make CFLAGS="-O1"
It looks like in this case it needs
MAKE_ENV += USER_CFLAGS="${CFLAGS}"
