1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-20 17:48:33 +00:00

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

@ -11,6 +11,8 @@ LD = $CC
AR = ${TOOLCHAIN_TRIPLET}-ar AR = ${TOOLCHAIN_TRIPLET}-ar
RANLIB = ${TOOLCHAIN_TRIPLET}-ranlib RANLIB = ${TOOLCHAIN_TRIPLET}-ranlib
STRIP = ${TOOLCHAIN_TRIPLET}-strip STRIP = ${TOOLCHAIN_TRIPLET}-strip
# use STRIP = true instead of the above
# if you do not want stripped binaries
#STRIP = true #STRIP = true
SHELL = /bin/sh SHELL = /bin/sh