Add comment about strip in config.def.mk

This commit is contained in:
Daniel Bainton 2014-04-09 10:34:00 +03:00
parent 4bd56dd792
commit abcfc577ff

View File

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