We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f85f9d commit 55c5c6bCopy full SHA for 55c5c6b
rebuild.sh
@@ -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