morpheus

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

commit f6d2ad52aa1c832296a5e475ece18d4d5740362c
parent 3940ee6126ad3af4697d7c4ef46dea1455ee414b
Author: sin <sin@2f30.org>
Date:   Tue, 27 May 2014 11:48:56 +0100

Revert "We link with -s, we do not use STRIP"

This reverts commit 3940ee6126ad3af4697d7c4ef46dea1455ee414b.

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

diff --git a/config.def.mk b/config.def.mk @@ -15,6 +15,9 @@ CPP = ${TOOLCHAIN_TRIPLET}-cpp HOST_TOOLCHAIN_TRIPLET = ${arch}-musl-linux HOSTCC = $CC -static +# use STRIP = true instead of the above +# if you do not want stripped binaries +#STRIP = true SHELL = /bin/sh PREFIX =