[go: up one dir, main page]

Menu

[267579]: / build-mingw.sh  Maximize  Restore  History

Download this file

3 lines (2 with data), 92 Bytes

1
2
#!/bin/sh
CC=i686-w64-mingw32-gcc EXEC_SUFFIX=.exe CFLAGS="-O2 -s" LDFLAGS="-O2 -s" make $*