1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

target pentium2 on gcc build to workaround SSE crashes on gcc 4.8.3

This commit is contained in:
FunkyFr3sh 2022-09-24 23:37:14 +02:00
parent 1186c9cc00
commit 620e700d72

View File

@ -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 \