1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

enable optimizations

This commit is contained in:
FunkyFr3sh 2022-09-08 08:20:20 +02:00
parent e86a0ae4d9
commit 8df3d5dcb4

View File

@ -1,7 +1,7 @@
-include config.mk
WINDRES ?= windres
LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s
LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s -O3
CFLAGS = -std=c99
LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32