On 2022/02/18 15:53, Klemens Nanni wrote: > That won't pass CXXFLAGS on !clang archs any longer, is that intended? > Or is is still picked up correctly?
It does; CXXFLAGS is passed in via MODSIMPLE_configure (which is included as part of MODGNU_configure) I think you could just do "CXXFLAGS += ..." without setting CONFIGURE_ENV at all actually
