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",
|
||||
})
|
||||
|
||||
filter({"configurations:Debug", "platforms:Linux"})
|
||||
buildoptions({
|
||||
"-g",
|
||||
})
|
||||
|
||||
filter("configurations:Release")
|
||||
runtime("Release")
|
||||
defines({
|
||||
|
|
Loading…
Reference in New Issue