adjust makefile

This commit is contained in:
FunkyFr3sh 2023-03-29 01:30:44 +02:00
parent cd3a439a95
commit 9568f1f968
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
WINDRES ?= windres
LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s
CFLAGS = -std=c99 -O3 -march=i486
CFLAGS = -std=c99 -O2 -march=i486
LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32
FILES = src/IDirect3D/IDirect3D.c \