diff options
author | James Booth <boothj5@gmail.com> | 2016-07-19 01:05:17 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-19 01:05:17 +0100 |
commit | f1dea893aa00335176610ff40cc54ca36e9e1dba (patch) | |
tree | e15efcb8b320b8851277adede31165f618f70039 | |
parent | 376811a960a7c91ca33d4665bbf08e9ab9cee665 (diff) | |
download | profani-tty-f1dea893aa00335176610ff40cc54ca36e9e1dba.tar.gz |
Use python3 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 92ddceb4..82734474 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 $@ |