Switch to O3 instead of Os, use gcc 3.x to get the fastest build
This commit is contained in:
parent
e9bce8cdc1
commit
d42ca86297
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
CC=i586-mingw32msvc-gcc
|
||||
WINDRES=i586-mingw32msvc-windres
|
||||
CFLAGS=-DHAVE_LIBPNG -Iinclude -Wall -Wl,--enable-stdcall-fixup -Os -s
|
||||
CFLAGS=-DHAVE_LIBPNG -Iinclude -Wall -Wl,--enable-stdcall-fixup -O3 -s
|
||||
LIBS=lib/libpng14.a lib/libz.a -lgdi32 -lopengl32
|
||||
REV=$(shell sh -c 'git rev-parse --short @{0}')
|
||||
|
||||
|
|
Loading…
Reference in a new issue