summaryrefslogtreecommitdiffstats
path: root/rules/host-python3.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-05-26 18:49:24 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-30 08:13:27 +0200
commita1569b918b5524b9b189eca845a77f59bdb6946c (patch)
tree0ab9334b6005bf6a362295f725e804784fb87705 /rules/host-python3.make
parentfc80d45fd91d6c18cec146a99a6e1413d4668947 (diff)
downloadptxdist-a1569b918b5524b9b189eca845a77f59bdb6946c.tar.gz
ptxdist-a1569b918b5524b9b189eca845a77f59bdb6946c.tar.xz
python3: version bump 3.5.0 -> 3.5.3
Cleanup configure options while at it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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
# ----------------------------------------------------------------------------