mirror of
https://github.com/php-win-ext/geospatial.git
synced 2026-03-24 00:52:13 +01:00
Added my rebuild script to speed things up.
This commit is contained in:
4
rebuild.sh
Executable file
4
rebuild.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
export CFLAGS="-Wall -ggdb3"
|
||||
phpize && ./configure && make clean && make -j 5 all && make install
|
||||
Reference in New Issue
Block a user