diff options
| author | andreas 'randy' weinberger <vdr@smue.org> | 2011-03-06 10:08:49 +0100 |
|---|---|---|
| committer | andreas 'randy' weinberger <vdr@smue.org> | 2011-03-06 10:08:49 +0100 |
| commit | c29885101605c3711d65b6f7e20e6be3dd7f9837 (patch) | |
| tree | 85025b3afc16cc3afde56625829493b596b536f3 /Make.config | |
| parent | 8e6e0230a9b1f9b0fb4ee7a02e88def95367c12b (diff) | |
| download | graphlcd-base-c29885101605c3711d65b6f7e20e6be3dd7f9837.tar.gz graphlcd-base-c29885101605c3711d65b6f7e20e6be3dd7f9837.tar.bz2 | |
added STRIP-option for gentoo
see http://www.vdr-portal.de/board/thread.php?postid=905301#post905301
Diffstat (limited to 'Make.config')
| -rw-r--r-- | Make.config | 3 |
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) |
