]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Compile Python with --without-pymalloc option (issue 0021726)
authorvsr <vsr@opencascade.com>
Fri, 19 Oct 2012 14:54:59 +0000 (14:54 +0000)
committervsr <vsr@opencascade.com>
Fri, 19 Oct 2012 14:54:59 +0000 (14:54 +0000)
config_files/Python.sh

index 53c75e9d4e752747816b6130be1701a88c7705c1..d07929f9abb9f6dd13a25eb0435d45c5b8e7b9ff 100755 (executable)
@@ -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`