feat(premake): commented debug build (#298)
This commit is contained in:
parent
4d19585b20
commit
39056979fa
11
premake5.lua
11
premake5.lua
@ -4,9 +4,8 @@ workspace "BigBaseV2"
|
||||
|
||||
configurations
|
||||
{
|
||||
"Debug",
|
||||
"Release",
|
||||
"Dist"
|
||||
-- "Debug", -- Debug isn't buildable and causes confusion for new people
|
||||
"Release"
|
||||
}
|
||||
|
||||
outputdir = "%{cfg.buildcfg}"
|
||||
@ -239,10 +238,6 @@ workspace "BigBaseV2"
|
||||
defines { "DEBUG" }
|
||||
|
||||
filter "configurations:Release"
|
||||
flags { "NoManifest" }
|
||||
flags { "FatalWarnings", "NoManifest" }
|
||||
defines { "RELEASE" }
|
||||
optimize "speed"
|
||||
filter "configurations:Dist"
|
||||
flags { "FatalWarnings", "NoManifest" }
|
||||
defines { "DIST" }
|
||||
optimize "speed"
|
||||
|
Reference in New Issue
Block a user