Commit 7a19cf39 authored by nanahira's avatar nanahira

still put back linktimeoptimization

parent 699ffb78
Pipeline #37647 passed with stages
in 10 minutes and 1 second
...@@ -446,7 +446,11 @@ workspace "YGOPro" ...@@ -446,7 +446,11 @@ workspace "YGOPro"
targetdir "bin/debug/x64" targetdir "bin/debug/x64"
filter { "configurations:Release", "action:vs*" } filter { "configurations:Release", "action:vs*" }
if linktimeoptimization then
linktimeoptimization "On" linktimeoptimization "On"
else
flags { "LinkTimeOptimization" }
end
staticruntime "On" staticruntime "On"
disablewarnings { "4244", "4267", "4838", "4996", "6011", "6031", "6054", "6262" } disablewarnings { "4244", "4267", "4838", "4996", "6011", "6031", "6054", "6262" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment