diff options
author | James Booth <boothj5@gmail.com> | 2016-07-19 23:43:43 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-19 23:43:43 +0100 |
commit | 066526db418b1a21078ae8782f2cc8bd82ed9497 (patch) | |
tree | 5167a6f38a64b97b0c2e8c81c4b5ec056c62e7ea | |
parent | f1dea893aa00335176610ff40cc54ca36e9e1dba (diff) | |
download | profani-tty-066526db418b1a21078ae8782f2cc8bd82ed9497.tar.gz |
Comment python version arg in configure-debug
-rwxr-xr-x | configure-debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure-debug b/configure-debug index 82734474..92ddceb4 100755 --- a/configure-debug +++ b/configure-debug @@ -1,4 +1,4 @@ #!/bin/sh -./configure PYTHON_VERSION=3 CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' --enable-python-plugins $@ -#./configure CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' --enable-python-plugins $@ +#./configure PYTHON_VERSION=3 CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' --enable-python-plugins $@ +./configure CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' --enable-python-plugins $@ |