mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
feat(premake): commented debug build (#298)
This commit is contained in:
parent
5086d79f5d
commit
20093b1c8c
11
premake5.lua
11
premake5.lua
@ -4,9 +4,8 @@ workspace "BigBaseV2"
|
|||||||
|
|
||||||
configurations
|
configurations
|
||||||
{
|
{
|
||||||
"Debug",
|
-- "Debug", -- Debug isn't buildable and causes confusion for new people
|
||||||
"Release",
|
"Release"
|
||||||
"Dist"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
outputdir = "%{cfg.buildcfg}"
|
outputdir = "%{cfg.buildcfg}"
|
||||||
@ -239,10 +238,6 @@ workspace "BigBaseV2"
|
|||||||
defines { "DEBUG" }
|
defines { "DEBUG" }
|
||||||
|
|
||||||
filter "configurations:Release"
|
filter "configurations:Release"
|
||||||
flags { "NoManifest" }
|
flags { "FatalWarnings", "NoManifest" }
|
||||||
defines { "RELEASE" }
|
defines { "RELEASE" }
|
||||||
optimize "speed"
|
optimize "speed"
|
||||||
filter "configurations:Dist"
|
|
||||||
flags { "FatalWarnings", "NoManifest" }
|
|
||||||
defines { "DIST" }
|
|
||||||
optimize "speed"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user