Added my rebuild script to speed things up.

This commit is contained in:
Derick Rethans
2013-07-27 12:31:36 +01:00
parent 7f85f9db63
commit 55c5c6b738

4
rebuild.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
export CFLAGS="-Wall -ggdb3"
phpize && ./configure && make clean && make -j 5 all && make install