target pentium2 on gcc build to workaround SSE crashes on gcc 4.8.3
This commit is contained in:
parent
1186c9cc00
commit
620e700d72
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue