Commit afca6cd2 authored by nanahira's avatar nanahira

update premake5

parent 6dd02b2c
...@@ -64,7 +64,7 @@ end ...@@ -64,7 +64,7 @@ end
if not os.ishost("macosx") then if not os.ishost("macosx") then
staticruntime "On" staticruntime "On"
end end
disablewarnings { "4244", "4267", "4838", "4577", "4819", "4018", "4996", "4477", "4091", "4305", "4828", "4800" } disablewarnings { "4244", "4267", "4838", "4577", "4819", "4018", "4996", "4477", "4091", "4828", "4800" }
configuration { "Release", "not vs*" } configuration { "Release", "not vs*" }
symbols "On" symbols "On"
......
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