mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 20:03:38 +00:00
Apply --with-pydebug
configure option only for Python
This commit is contained in:
parent
106e4cae90
commit
4c71f3c5cd
1 changed files with 1 additions and 1 deletions
|
@ -1087,7 +1087,7 @@ else
|
|||
fi
|
||||
|
||||
if [ -n "$DEBUG" ]; then
|
||||
CONFIGURE_OPTS+=" --with-pydebug"
|
||||
PYTHON_CONFIGURE_OPTS="--with-pydebug $PYTHON_CONFIGURE_OPTS"
|
||||
fi
|
||||
|
||||
SEED="$(date "+%Y%m%d%H%M%S").$$"
|
||||
|
|
Loading…
Reference in a new issue