mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +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
|
CC=i586-mingw32msvc-gcc
|
||||||
WINDRES=i586-mingw32msvc-windres
|
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
|
LIBS=lib/libpng14.a lib/libz.a -lgdi32 -lopengl32
|
||||||
REV=$(shell sh -c 'git rev-parse --short @{0}')
|
REV=$(shell sh -c 'git rev-parse --short @{0}')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user