From 4f1717989ed58d24c9a81b966f4678f56cadfaa2 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Thu, 22 Sep 2022 19:28:44 +0200 Subject: [PATCH] update makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6211c58..3fcfb52 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -include config.mk WINDRES ?= windres -LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s -O3 -CFLAGS = -std=c99 +LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s +CFLAGS = -std=c99 -O3 -march=pentium4 LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32 FILES = src/IDirect3D/IDirect3D.c \