Skip to content

Commit db0af38

Browse files
committed
Added rebuild script for 32bit compiles.
1 parent f67de40 commit db0af38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rebuild-32bit.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 -m32"
4+
phpize && ./configure && make clean && make -j 5 all && make install

0 commit comments

Comments
 (0)