Commit 9ae4db30 authored by nanahira's avatar nanahira

fix on prem beta1

parent 79549d88
Pipeline #33751 passed with stages
in 6 minutes and 16 seconds
...@@ -76,7 +76,7 @@ build ...@@ -76,7 +76,7 @@ build
/ygopro_*.app /ygopro_*.app
/premake4 /premake4
/premake4.exe /premake4.exe
/premake5 /premake5*
/premake5.exe /premake5.exe
# others # others
......
Subproject commit fa99623fb782b7076d597761555bc2794089a464 Subproject commit cefcf2669c49116981cc586d284afaa027673ca8
...@@ -205,7 +205,11 @@ workspace "YGOPro" ...@@ -205,7 +205,11 @@ workspace "YGOPro"
targetdir "bin/debug" targetdir "bin/debug"
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 { "4244", "4267", "4838", "4577", "4018", "4996", "4477", "4091", "4800", "6011", "6031", "6054", "6262" } 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