Commit 1d141fe9 authored by nanahira's avatar nanahira

fix premake

parent 48555497
...@@ -4,7 +4,7 @@ solution "ygo" ...@@ -4,7 +4,7 @@ solution "ygo"
objdir "obj" objdir "obj"
startproject "ygopro" startproject "ygopro"
configurations { "Debug", "Release" } configurations { "Release", "Debug" }
defines { "LUA_COMPAT_5_2" } defines { "LUA_COMPAT_5_2" }
configuration "windows" configuration "windows"
defines { "WIN32", "_WIN32" } defines { "WIN32", "_WIN32" }
...@@ -25,7 +25,6 @@ solution "ygo" ...@@ -25,7 +25,6 @@ solution "ygo"
defines { "LUA_USE_LINUX" } defines { "LUA_USE_LINUX" }
configuration "Release" configuration "Release"
flags { "OptimizeSpeed" }
targetdir "bin/release" targetdir "bin/release"
configuration "Debug" configuration "Debug"
...@@ -34,6 +33,7 @@ solution "ygo" ...@@ -34,6 +33,7 @@ solution "ygo"
targetdir "bin/debug" targetdir "bin/debug"
configuration { "Release", "vs*" } configuration { "Release", "vs*" }
optimize "Speed"
flags { "StaticRuntime", "LinkTimeOptimization" } flags { "StaticRuntime", "LinkTimeOptimization" }
disablewarnings { "4244", "4267", "4838", "4577", "4819", "4018", "4996", "4477" } disablewarnings { "4244", "4267", "4838", "4577", "4819", "4018", "4996", "4477" }
......
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