mirror of
https://github.com/holub/mame
synced 2025-07-02 08:39:21 +03:00
sym file generate on mingw in postbuild process (nw)
This commit is contained in:
parent
2444ae8149
commit
c29a2b4517
@ -474,7 +474,14 @@ if _OPTIONS["MAP"] then
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
if _OPTIONS["SYMBOLS"] then
|
||||
configuration { "mingw*" }
|
||||
postbuildcommands {
|
||||
"$(SILENT) echo Dumping symbols.",
|
||||
"$(SILENT) objdump --section=.text --line-numbers --syms --demangle $(TARGET) >$(subst .exe,.sym,$(TARGET))"
|
||||
}
|
||||
configuration { }
|
||||
end
|
||||
buildoptions {
|
||||
"-Wno-unknown-pragmas",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user