From: Nabil Ghodbane Date: Thu, 17 Jun 2021 12:47:41 +0000 (+0200) Subject: spns #24421 : --pydebug not required X-Git-Tag: V9_8_0~144 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dc0399f386c5459d79108bc4d372272c0dd2d36c;p=tools%2Fsat_salome.git spns #24421 : --pydebug not required --- diff --git a/products/compil_scripts/Python.sh b/products/compil_scripts/Python.sh index c53e745..4285668 100755 --- a/products/compil_scripts/Python.sh +++ b/products/compil_scripts/Python.sh @@ -21,7 +21,7 @@ if version_ge $VERSION "3.6"; then # --without-pymalloc: disable specialized mallocs # --with-ensurepip : installation using bundled pip # --enable-optimizations: recommandé et utilisé par Nijni -> mais trop long! - CONFIGURE_ARGUMENTS="--enable-shared --with-threads --without-pymalloc --with-ensurepip=install --with-ssl --with-pydebug --enable-loadable-sqlite-extensions" + CONFIGURE_ARGUMENTS="--enable-shared --with-threads --without-pymalloc --with-ensurepip=install --with-ssl --enable-loadable-sqlite-extensions" else echo "*** Python version is older than version 3.6 ..." CONFIGURE_ARGUMENTS="--enable-shared --with-threads --without-pymalloc --enable-unicode=ucs4"