Skip to content

Commit 55c5c6b

Browse files
committed
Added my rebuild script to speed things up.
1 parent 7f85f9d commit 55c5c6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rebuild.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
export CFLAGS="-Wall -ggdb3"
4+
phpize && ./configure && make clean && make -j 5 all && make install

0 commit comments

Comments
 (0)