mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-07 04:41:24 +00:00
🐎 Enable Python optimizations
This commit is contained in:
parent
1fa4b5e62f
commit
1370236573
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ RUN \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
--build="$gnuArch" \
|
--build="$gnuArch" \
|
||||||
--enable-loadable-sqlite-extensions \
|
--enable-loadable-sqlite-extensions \
|
||||||
|
--enable-optimizations \
|
||||||
|
--enable-option-checking=fatal \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--with-system-expat \
|
--with-system-expat \
|
||||||
--with-system-ffi \
|
--with-system-ffi \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue