Drop INSTALL_STRIPPED, always install files unstripped.

This commit is contained in:
Juan RP
2013-08-29 14:35:08 +02:00
parent 24ff0472dd
commit da338519e1
2 changed files with 2 additions and 5 deletions

3
configure vendored
View File

@@ -199,11 +199,8 @@ fi
if [ -n "$DEBUG" -a "$DEBUG" != no -a "$DEBUG" != false ]; then
echo "Building with debugging symbols."
echo "INSTALL_STRIPPED =" >>$CONFIG_MK
echo "CFLAGS += -g" >>$CONFIG_MK
echo "CPPFLAGS += -DDEBUG" >>$CONFIG_MK
else
echo "INSTALL_STRIPPED = -s" >>$CONFIG_MK
fi
case "$OS" in