update build cfg
This commit is contained in:
parent
c7c0211afb
commit
50aecefd87
10
premake5.lua
10
premake5.lua
@ -27,18 +27,18 @@ workspace "gsc-tool"
|
||||
buildoptions "/Zc:__cplusplus"
|
||||
filter {}
|
||||
|
||||
configurations { "debug", "release" }
|
||||
configurations { "Debug", "Release" }
|
||||
|
||||
symbols "On"
|
||||
|
||||
filter "configurations:release"
|
||||
filter "configurations:Release"
|
||||
optimize "Full"
|
||||
defines { "NDEBUG", "YY_NO_UNISTD_H" }
|
||||
defines { "NDEBUG" }
|
||||
filter {}
|
||||
|
||||
filter "configurations:debug"
|
||||
filter "configurations:Debug"
|
||||
optimize "Debug"
|
||||
defines { "DEBUG", "_DEBUG", "YY_NO_UNISTD_H" }
|
||||
defines { "DEBUG", "_DEBUG" }
|
||||
filter {}
|
||||
|
||||
startproject "xsk-gsc-tool"
|
||||
|
Loading…
Reference in New Issue
Block a user