Add debug symbols when building Debug on linux
This commit is contained in:
parent
3f576b0d5a
commit
cfbfc6c17a
|
@ -68,6 +68,11 @@ filter({"configurations:Debug", "platforms:Windows"})
|
||||||
"/NODEFAULTLIB:MSVCRTD",
|
"/NODEFAULTLIB:MSVCRTD",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
filter({"configurations:Debug", "platforms:Linux"})
|
||||||
|
buildoptions({
|
||||||
|
"-g",
|
||||||
|
})
|
||||||
|
|
||||||
filter("configurations:Release")
|
filter("configurations:Release")
|
||||||
runtime("Release")
|
runtime("Release")
|
||||||
defines({
|
defines({
|
||||||
|
|
Loading…
Reference in New Issue