Commit 6684d2b7 authored by nanahira's avatar nanahira Committed by GitHub

Fix premake5 on beta1 (#2733)

parent b1cbe233
......@@ -186,7 +186,11 @@ workspace "YGOPro"
targetdir "bin/debug"
filter { "configurations:Release", "action:vs*" }
linktimeoptimization "On"
if linktimeoptimization then
linktimeoptimization "On"
else
flags { "LinkTimeOptimization" }
end
staticruntime "On"
disablewarnings { "4244", "4267", "4838", "4577", "4018", "4996", "4477", "4091", "4800", "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