Add ReleaseWithDebug
This commit is contained in:
parent
1dbe71474d
commit
0cedd108a1
|
|
@ -11,7 +11,7 @@ BuildDependencies = true
|
|||
BuildExamples = true
|
||||
|
||||
-- Setup configurations array (valid values: Debug, Release, ReleaseWithDebug)
|
||||
Configurations = "Debug,Release" -- "Debug,Release,ReleaseWithDebug"
|
||||
Configurations = "Debug,Release,ReleaseWithDebug" -- "Debug,Release,ReleaseWithDebug"
|
||||
|
||||
-- Setup additionnals install directories, separated by a semi-colon ; (library binaries will be copied there)
|
||||
--InstallDir = "/usr/local/lib64"
|
||||
|
|
|
|||
|
|
@ -839,6 +839,7 @@ function NazaraBuild:PrepareGeneric()
|
|||
targetsuffix("-d")
|
||||
|
||||
filter("configurations:*Debug*")
|
||||
optimize("Debug")
|
||||
symbols("On")
|
||||
|
||||
filter("configurations:not *Debug*")
|
||||
|
|
|
|||
Loading…
Reference in New Issue