mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 05:11:34 +00:00
compiler SSE tweak for 32-bit
This commit is contained in:
parent
623d1574ce
commit
09d9a555c6
1 changed files with 2 additions and 1 deletions
|
@ -288,7 +288,8 @@ OPTS += -DCOMPVERSION
|
||||||
|
|
||||||
ifndef NONX86
|
ifndef NONX86
|
||||||
ifndef GCC29
|
ifndef GCC29
|
||||||
M5=-march=pentium
|
#M5=-march=pentium
|
||||||
|
M5=-march=nocona -msse -mfpmath=sse
|
||||||
M4=-march=i486
|
M4=-march=i486
|
||||||
else
|
else
|
||||||
M5=-mpentium
|
M5=-mpentium
|
||||||
|
|
Loading…
Reference in a new issue