Fix for 64bit build size thanks to Peter Ferrie (nw)

This commit is contained in:
Miodrag Milanovic 2015-06-07 12:59:55 +02:00
parent da17662c84
commit be9551fdde

View File

@ -509,6 +509,13 @@ if _OPTIONS["targetos"]=="windows" then
configuration { }
end
configuration { "x64", "gmake" }
linkoptions {
"--image-base 0x100000000",
}
configuration { }
-- Avoid error when invoking genie --help.
if (_ACTION == nil) then return false end