[*] Fix LTO on Linux

This commit is contained in:
Reece Wilson 2023-08-25 13:34:34 +01:00
parent 6761e980ae
commit b85c22c409

View File

@ -463,6 +463,7 @@ local function auBlockProjectKeyLtoNotMsvc(processor, value)
--linkoptions "-Wl,-mllvm,-threads=4"
buildoptions "-flto"
linkoptions "-flto"
linkoptions "-O3"
auFilter{}
end
end