Commit bc80cecf authored by nanahira's avatar nanahira Committed by GitHub

support earlier premake

same thing with https://github.com/Fluorohydride/ygopro/pull/2733
parent efab9017
...@@ -35,7 +35,11 @@ workspace "ocgcoredll" ...@@ -35,7 +35,11 @@ workspace "ocgcoredll"
startproject "ocgcore" startproject "ocgcore"
filter { "configurations:Release", "action:vs*" } filter { "configurations:Release", "action:vs*" }
linktimeoptimization "On" if linktimeoptimization then
linktimeoptimization "On"
else
flags { "LinkTimeOptimization" }
end
staticruntime "On" staticruntime "On"
disablewarnings { "4334" } disablewarnings { "4334" }
......
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