From d42ca862971043e5a373de00da93cf4717857dcf Mon Sep 17 00:00:00 2001 From: Toni Spets Date: Sat, 12 Mar 2011 23:40:32 +0200 Subject: [PATCH] Switch to O3 instead of Os, use gcc 3.x to get the fastest build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c7e1ff..20b35a8 100644 --- a/Makefile +++ b/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}')