enable optimizations
This commit is contained in:
parent
e86a0ae4d9
commit
8df3d5dcb4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue