Selaa lähdekoodia

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

pull/49/merge
Yamashita Yuu 11 vuotta sitten
vanhempi
commit
4c71f3c5cd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna