Tidy python3 conditional code

This commit is contained in:
James Booth
2016-07-19 01:02:33 +01:00
parent 71ccfcc09f
commit 376811a960
4 changed files with 78 additions and 274 deletions

View File

@@ -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 $@