Commit 24d3ddf8 authored by mercury233's avatar mercury233

test

parent f9f9675d
Subproject commit 65bdac66269112547c2decc54d0d4710bb5c29f0
Subproject commit 5a5480324b23ed982ae2f0d3148c4ca5908a2e60
......@@ -3,7 +3,7 @@ solution "ygo"
language "C++"
objdir "obj"
configurations { "Debug", "Release" }
configurations { "Release", "Debug" }
configuration "windows"
defines { "WIN32", "_WIN32" }
......@@ -12,7 +12,6 @@ solution "ygo"
defines { "LUA_USE_LINUX" }
configuration "Release"
flags { "OptimizeSpeed" }
targetdir "bin/release"
configuration "Debug"
......@@ -21,6 +20,7 @@ solution "ygo"
targetdir "bin/debug"
configuration { "Release", "vs*" }
optimize "Speed"
flags { "StaticRuntime", "LinkTimeOptimization" }
disablewarnings { "4244", "4267", "4838", "4577", "4819", "4018", "4996", "4477" }
......
Subproject commit bf0d27148b7866ad11c05837b6dbadfe2efed253
Subproject commit c7a6e0b8c6093ecc6662fa725596b7d2b0418c00
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