mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-23 06:31:33 +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
|
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…
Reference in a new issue