1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 20:13:47 -05:00

Apply --with-pydebug configure option only for Python

This commit is contained in:
Yamashita Yuu
2013-08-08 11:58:01 +09:00
parent 106e4cae90
commit 4c71f3c5cd

View File

@@ -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").$$"