summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Jeffrey Clark <dude@zaplabs.com>2015-11-02 21:08:15 -0600
committer Jeffrey Clark <dude@zaplabs.com>2016-02-15 12:09:48 -0600
commit3570d4f0ebde2977fb8301f8f9a1c942cb149b17 (patch)
tree39d505133f3f57dd7fcf3921e396da786aedc336 /scripts/genie.lua
parent36df7413dce0897215d3e01e54ac5334bb65d965 (diff)
check STRIP_SYMBOLS in strip function and add strip support for osx (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 8d52dc75391..dd955bd0ce9 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1309,10 +1309,7 @@ else
startproject (_OPTIONS["subtarget"])
end
mainProject(_OPTIONS["target"],_OPTIONS["subtarget"])
-
-if (_OPTIONS["STRIP_SYMBOLS"]=="1") then
- strip()
-end
+strip()
if _OPTIONS["with-tools"] then
group "tools"