1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 10:28:33 +00:00

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

This reverts commit 3940ee6126ad3af4697d7c4ef46dea1455ee414b.
This commit is contained in:
sin 2014-05-27 11:48:56 +01:00
parent 3940ee6126
commit f6d2ad52aa

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