mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
Merge branch 'master' of https://github.com/teeworlds/teeworlds
This commit is contained in:
commit
b9f5e77101
1
bam.lua
1
bam.lua
|
@ -169,6 +169,7 @@ end
|
||||||
|
|
||||||
function GenerateLinuxSettings(settings, conf, arch, compiler)
|
function GenerateLinuxSettings(settings, conf, arch, compiler)
|
||||||
if arch == "x86" then
|
if arch == "x86" then
|
||||||
|
settings.cc.flags:Add("-msse2") -- for the _mm_pause call
|
||||||
settings.cc.flags:Add("-m32")
|
settings.cc.flags:Add("-m32")
|
||||||
settings.link.flags:Add("-m32")
|
settings.link.flags:Add("-m32")
|
||||||
elseif arch == "x86_64" then
|
elseif arch == "x86_64" then
|
||||||
|
|
Loading…
Reference in a new issue