> > As a workaround, I've added: CFLAGS=-Wno-format-overflow to the meson > command. It may not be the best thing to do to pass CFLAGS, but I do > not know enough of meson to do better... >
The preferred way with meson to define CFLAGS and CXXFLAGS is with "-Dc_args=" and "-Dcpp_args=" -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page