]> Pileus Git - grits/blob - gen-win32.sh
Add timeout for http servers
[grits] / gen-win32.sh
1 #!/bin/bash
2 ./autogen.sh \
3         --enable-shared \
4         --disable-static \
5         --host=i686-pc-mingw32 \
6         CFLAGS="-g -Werror -Wno-unused -O3"