ソースを参照

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

pull/49/merge
Yamashita Yuu 11年前
コミット
4c71f3c5cd
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build ファイルの表示

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

読み込み中…
キャンセル
保存