about summary refs log tree commit diff stats
path: root/configure-debug
blob: 8273447402c9589fe00c00877659472cd51ac267 (plain) (blame)
1
2
3
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 $@