configure_options=(
    ${configure_options[@]}
    --with-cpu=i686
    --enable-add-ons
)
environment=(
   CFLAGS+=" -march=i686"
)
