summaryrefslogtreecommitdiff
path: root/Make.config
diff options
context:
space:
mode:
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/Make.config b/Make.config
index cdafd16..017f2b6 100644
--- a/Make.config
+++ b/Make.config
@@ -14,6 +14,9 @@ CXXFLAGS = -g -O2 -Wall -Woverloaded-virtual
LDCONFIG = ldconfig
+### strip binaries when installing by default, but allow easyly supressing it
+STRIP ?= -s
+
### The directory environment:
ifndef $(DESTDIR)