From: vsr Date: Fri, 19 Oct 2012 14:54:59 +0000 (+0000) Subject: Compile Python with --without-pymalloc option (issue 0021726) X-Git-Tag: V6_6_0~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7054776cec7dac4629c7be82b2a7991a05eea31d;p=tools%2Finstall.git Compile Python with --without-pymalloc option (issue 0021726) --- diff --git a/config_files/Python.sh b/config_files/Python.sh index 53c75e9..d07929f 100755 --- a/config_files/Python.sh +++ b/config_files/Python.sh @@ -91,7 +91,7 @@ test -z ${SINGLE_DIR} && makedir ${PRODUCT_DIR} || mkdir -p ${PRODUCT_DIR} cd ${PRODUCT_SRC_DIR} export PYTHON_ARCHIVE_PREFIX="" -PYTHON_CONFIGURE_OPTIONS="--with-threads --with-cxx=`which g++` --enable-shared --without-test --with-libs=-lstdc++" +PYTHON_CONFIGURE_OPTIONS="--with-threads --with-cxx=`which g++` --enable-shared --without-test --with-libs=-lstdc++ --without-pymalloc" ### --with-pydebug ### (for debug) tcl_dir=`where_tcl`