about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-19 01:05:17 +0100
committerJames Booth <boothj5@gmail.com>2016-07-19 01:05:17 +0100
commitf1dea893aa00335176610ff40cc54ca36e9e1dba (patch)
treee15efcb8b320b8851277adede31165f618f70039
parent376811a960a7c91ca33d4665bbf08e9ab9cee665 (diff)
downloadprofani-tty-f1dea893aa00335176610ff40cc54ca36e9e1dba.tar.gz
Use python3 in configure-debug
-rwxr-xr-xconfigure-debug4
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 $@