morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit abcfc577ffdb061352e06d94cca85c3536b837df
parent 4bd56dd792713d14b62a50e50fa0cfdcb064367f
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Wed,  9 Apr 2014 10:34:00 +0300

Add comment about strip in config.def.mk

Diffstat:
Mconfig.def.mk | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/config.def.mk b/config.def.mk @@ -11,6 +11,8 @@ LD = $CC AR = ${TOOLCHAIN_TRIPLET}-ar RANLIB = ${TOOLCHAIN_TRIPLET}-ranlib STRIP = ${TOOLCHAIN_TRIPLET}-strip +# use STRIP = true instead of the above +# if you do not want stripped binaries #STRIP = true SHELL = /bin/sh