mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 14:17:24 +00:00
Add debug symbols when building Debug on linux
This commit is contained in:
parent
3f576b0d5a
commit
cfbfc6c17a
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue