This commit is contained in:
oy 2018-12-12 23:48:46 +01:00
commit b9f5e77101

View file

@ -169,6 +169,7 @@ end
function GenerateLinuxSettings(settings, conf, arch, compiler)
if arch == "x86" then
settings.cc.flags:Add("-msse2") -- for the _mm_pause call
settings.cc.flags:Add("-m32")
settings.link.flags:Add("-m32")
elseif arch == "x86_64" then