Skip to content
Snippets Groups Projects
Commit 09d9a555 authored by Marco Z's avatar Marco Z
Browse files

compiler SSE tweak for 32-bit

parent 623d1574
No related branches found
No related tags found
2 merge requests!488Merge in next and don't billboard papersprites in GL,!382Opengl BSP cleanup and fixes
......@@ -288,7 +288,8 @@ OPTS += -DCOMPVERSION
ifndef NONX86
ifndef GCC29
M5=-march=pentium
#M5=-march=pentium
M5=-march=nocona -msse -mfpmath=sse
M4=-march=i486
else
M5=-mpentium
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment