From 312dd07312db79ca5f438bfa5918836df6b6b2d4 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Mon, 30 Oct 2023 19:47:27 +0100 Subject: [PATCH] update makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8d072df..20da2fb 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -include config.mk WINDRES ?= windres -LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s -CFLAGS = -std=c99 -O2 +LDFLAGS = -Wl,--enable-stdcall-fixup -s +CFLAGS = -Iinc -O2 -march=pentium4 -Wall LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32 FILES = src/IDirect3D/IDirect3D.c \