Initial commit

This commit is contained in:
James Booth
2015-05-11 22:39:46 +01:00
commit 6f09e6ad09
8 changed files with 312 additions and 0 deletions

3
configure-debug Executable file
View File

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