mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
Switch to O3 instead of Os, use gcc 3.x to get the fastest build
This commit is contained in:
parent
e9bce8cdc1
commit
d42ca86297
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…
x
Reference in New Issue
Block a user