mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
compiler SSE tweak for 32-bit
This commit is contained in:
parent
ad87418a1e
commit
6588231a16
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue