Browse Source

Apply `--with-pydebug` configure option only for Python

pull/49/merge
Yamashita Yuu 11 years ago
parent
commit
4c71f3c5cd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build View File

@ -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…
Cancel
Save