We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f04fe6 commit 734e504Copy full SHA for 734e504
1 file changed
apps/python/Dockerfile
@@ -67,8 +67,9 @@ RUN set -eux; \
67
--enable-optimizations \
68
--enable-option-checking=fatal \
69
--enable-shared \
70
- $(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') \
71
- --with-ensurepip; \
+ --with-lto \
+ --with-ensurepip \
72
+ ; \
73
nproc="$(nproc)"; \
74
EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; \
75
LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; \
0 commit comments