about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-19 23:43:43 +0100
committerJames Booth <boothj5@gmail.com>2016-07-19 23:43:43 +0100
commit066526db418b1a21078ae8782f2cc8bd82ed9497 (patch)
tree5167a6f38a64b97b0c2e8c81c4b5ec056c62e7ea
parentf1dea893aa00335176610ff40cc54ca36e9e1dba (diff)
downloadprofani-tty-066526db418b1a21078ae8782f2cc8bd82ed9497.tar.gz
Comment python version arg in configure-debug
-rwxr-xr-xconfigure-debug4
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 $@