config_query PY3K "Use Python 3 as primary version on the system?" n &&
config_query SYMLINK "create symlinks for python -> python3" n &&

config_query_option PYTHON3_OPTS \
                    "Apply LTO?" y \
                    --with-lto \
                    --without-lto &&

config_query_option PYTHON3_OPTS \
                    "Enable IPv6?" y \
                    "--enable-ipv6" \
                    "--disable-ipv6"

