Apply --with-pydebug
configure option only for Python
This commit is contained in:
parent
106e4cae90
commit
4c71f3c5cd
@ -1087,7 +1087,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$DEBUG" ]; then
|
if [ -n "$DEBUG" ]; then
|
||||||
CONFIGURE_OPTS+=" --with-pydebug"
|
PYTHON_CONFIGURE_OPTS="--with-pydebug $PYTHON_CONFIGURE_OPTS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SEED="$(date "+%Y%m%d%H%M%S").$$"
|
SEED="$(date "+%Y%m%d%H%M%S").$$"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user