mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Include symbols in builds (nw)
This commit is contained in:
parent
44666525b7
commit
2444ae8149
@ -193,7 +193,10 @@ end
|
||||
"ExtraWarnings",
|
||||
"FatalWarnings",
|
||||
}
|
||||
|
||||
configuration { "Debug" }
|
||||
flags {
|
||||
"Symbols",
|
||||
}
|
||||
configuration {}
|
||||
|
||||
msgcompile ("Compiling $(subst ../../../,,$<)...")
|
||||
@ -602,7 +605,6 @@ configuration { "nacl*" }
|
||||
|
||||
configuration { "linux-*" }
|
||||
linkoptions {
|
||||
"-Wl,--gc-sections",
|
||||
"`sdl2-config --libs`",
|
||||
}
|
||||
links {
|
||||
@ -647,7 +649,6 @@ configuration { "mingw*" }
|
||||
"main=utf8_main",
|
||||
}
|
||||
linkoptions {
|
||||
"-Wl,--gc-sections",
|
||||
"-static-libgcc",
|
||||
"-static-libstdc++",
|
||||
"-municode",
|
||||
|
Loading…
Reference in New Issue
Block a user