summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-04-19 16:21:36 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-04-19 16:21:36 +0200
commit073fd3f7d41580b08729f0a009066b149c535e54 (patch)
tree6da12db7095e9923283df69f64d22d26af22af8c /makefile
parentf9462eb086d1832237f44e52941e55d56db51ca7 (diff)
Added NO_STRIPPING option and enabled stripping of executable by default (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index 2e6c5d9f89d..46211bae89b 100644
--- a/makefile
+++ b/makefile
@@ -77,6 +77,7 @@
# SEPARATE_BIN = 1
# PYTHON_EXECUTABLE = python3
# SHADOW_CHECK = 1
+# NO_STRIPPING = 1
# QT_HOME = /usr/lib64/qt48/
@@ -538,6 +539,10 @@ ifdef SHADOW_CHECK
PARAMS += --SHADOW_CHECK='$(SHADOW_CHECK)'
endif
+ifdef NO_STRIPPING
+PARAMS += --NO_STRIPPING='$(NO_STRIPPING)'
+endif
+
ifdef QT_HOME
PARAMS += --QT_HOME='$(QT_HOME)'
endif