about summary refs log tree commit diff stats
path: root/configure-debug
diff options
context:
space:
mode:
Diffstat (limited to 'configure-debug')
-rwxr-xr-xconfigure-debug3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure-debug b/configure-debug
index 48b5fb5c..82734474 100755
--- a/configure-debug
+++ b/configure-debug
@@ -1,3 +1,4 @@
 #!/bin/sh
 
-./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 $@