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:
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