Skip to content

Commit 734e504

Browse files
committed
python configure tweaks
1 parent 5f04fe6 commit 734e504

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/python/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ RUN set -eux; \
6767
--enable-optimizations \
6868
--enable-option-checking=fatal \
6969
--enable-shared \
70-
$(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') \
71-
--with-ensurepip; \
70+
--with-lto \
71+
--with-ensurepip \
72+
; \
7273
nproc="$(nproc)"; \
7374
EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; \
7475
LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; \

0 commit comments

Comments
 (0)