# change -Os to -O2 as -Os breaks the broken configure script
CFLAGS=${CFLAGS/-Os/-O2}      &&
CXXFLAGS=${CXXFLAGS/-Os/-O2}  &&
default_build
