From 4c71f3c5cd390e7df9bd1604f3fed245cfd9f608 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 8 Aug 2013 11:58:01 +0900 Subject: [PATCH] Apply `--with-pydebug` configure option only for Python --- plugins/python-build/bin/python-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index d262fd80..f4726c3c 100755 --- a/plugins/python-build/bin/python-build +++ b/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").$$"