mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
do not strip by default
This commit is contained in:
parent
3827f898ab
commit
45d4aed8b7
@ -1148,7 +1148,7 @@ else
|
||||
end
|
||||
mainProject(_OPTIONS["target"],_OPTIONS["subtarget"])
|
||||
|
||||
if (_OPTIONS["STRIP_SYMBOLS"]== nil or _OPTIONS["STRIP_SYMBOLS"]=="1") then
|
||||
if (_OPTIONS["STRIP_SYMBOLS"]=="1") then
|
||||
strip()
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user