summaryrefslogtreecommitdiffstats
path: root/rules/host-python3.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-python3.make')
-rw-r--r--rules/host-python3.make13
1 files changed, 11 insertions, 2 deletions
diff --git a/rules/host-python3.make b/rules/host-python3.make
index b13fddc2f..0196c8dd3 100644
--- a/rules/host-python3.make
+++ b/rules/host-python3.make
@@ -38,10 +38,19 @@ HOST_PYTHON3_CONF_TOOL := autoconf
HOST_PYTHON3_CONF_OPT := \
$(HOST_AUTOCONF) \
--enable-shared \
- --with-pymalloc \
+ --disable-profiling \
+ --disable-optimizations \
+ --disable-loadable-sqlite-extensions \
+ --without-pydebug \
+ --without-lto \
--with-signal-module \
- --with-threads \
+ --with-threads=pthread \
--without-doc-strings \
+ --without-tsc \
+ --with-pymalloc \
+ --without-valgrind \
+ --with-fpectl \
+ --with-computed-gotos \
--without-ensurepip
# ----------------------------------------------------------------------------