mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
target pentium2 on gcc build to workaround SSE crashes on gcc 4.8.3
This commit is contained in:
parent
1186c9cc00
commit
620e700d72
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
WINDRES ?= windres
|
WINDRES ?= windres
|
||||||
LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s
|
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
|
LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32
|
||||||
|
|
||||||
FILES = src/IDirect3D/IDirect3D.c \
|
FILES = src/IDirect3D/IDirect3D.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user