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