Added configure-debug script

This commit is contained in:
James Booth
2013-09-22 22:43:13 +01:00
parent ab5eadc559
commit 426b669c35

3
configure-debug Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
./configure CFLAGS='-g -O0' CXXFLAGS='-g -O0'