From 3940ee6126ad3af4697d7c4ef46dea1455ee414b Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 23 May 2014 15:04:16 +0100 Subject: [PATCH] We link with -s, we do not use STRIP --- config.def.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.def.mk b/config.def.mk index 442e31f..74ab46a 100644 --- a/config.def.mk +++ b/config.def.mk @@ -15,9 +15,6 @@ 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 =