summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-04-22 14:23:49 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-04-22 14:23:49 +0200
commit3827f898ab9e2693ba3d85a585928987f5566c86 (patch)
treea3e0fb8faf47e184b652f1becfb63489794b499b /makefile
parent98297ad03d3a015bf9bbbf62c5e2086225efd22d (diff)
Renamed to STRIP_SYMBOLS and made logic more clear (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 46211bae89b..eb2e33f4ef5 100644
--- a/makefile
+++ b/makefile
@@ -77,7 +77,7 @@
# SEPARATE_BIN = 1
# PYTHON_EXECUTABLE = python3
# SHADOW_CHECK = 1
-# NO_STRIPPING = 1
+# STRIP_SYMBOLS = 0
# QT_HOME = /usr/lib64/qt48/
@@ -539,8 +539,8 @@ ifdef SHADOW_CHECK
PARAMS += --SHADOW_CHECK='$(SHADOW_CHECK)'
endif
-ifdef NO_STRIPPING
-PARAMS += --NO_STRIPPING='$(NO_STRIPPING)'
+ifdef STRIP_SYMBOLS
+PARAMS += --STRIP_SYMBOLS='$(STRIP_SYMBOLS)'
endif
ifdef QT_HOME