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"
|
buildoptions "/Zc:__cplusplus"
|
||||||
filter {}
|
filter {}
|
||||||
|
|
||||||
configurations { "debug", "release" }
|
configurations { "Debug", "Release" }
|
||||||
|
|
||||||
symbols "On"
|
symbols "On"
|
||||||
|
|
||||||
filter "configurations:release"
|
filter "configurations:Release"
|
||||||
optimize "Full"
|
optimize "Full"
|
||||||
defines { "NDEBUG", "YY_NO_UNISTD_H" }
|
defines { "NDEBUG" }
|
||||||
filter {}
|
filter {}
|
||||||
|
|
||||||
filter "configurations:debug"
|
filter "configurations:Debug"
|
||||||
optimize "Debug"
|
optimize "Debug"
|
||||||
defines { "DEBUG", "_DEBUG", "YY_NO_UNISTD_H" }
|
defines { "DEBUG", "_DEBUG" }
|
||||||
filter {}
|
filter {}
|
||||||
|
|
||||||
startproject "xsk-gsc-tool"
|
startproject "xsk-gsc-tool"
|
||||||
|
Loading…
Reference in New Issue
Block a user