do not strip by default

This commit is contained in:
Miodrag Milanovic 2015-04-22 14:24:41 +02:00
parent 3827f898ab
commit 45d4aed8b7

View File

@ -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