From 620e700d72abb2fa3f1ff93cc180b1b2d2f4e600 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sat, 24 Sep 2022 23:37:14 +0200 Subject: [PATCH] target pentium2 on gcc build to workaround SSE crashes on gcc 4.8.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fcfb52..c2d9339 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ WINDRES ?= windres LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s -CFLAGS = -std=c99 -O3 -march=pentium4 +CFLAGS = -std=c99 -O3 -march=pentium2 LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32 FILES = src/IDirect3D/IDirect3D.c \