1 2 3 4 5 6 7 8 9 10
eval "$( declare -f build | \ sed ' /^{/{ a\ export CFLAGS+=" -m32" \ export CXXFLAGS+=" -m32" } ' )"