From: aland Date: Wed, 7 Nov 2007 22:13:42 +0000 (+0000) Subject: Don't strip executables. The people who need the disk space can X-Git-Tag: release_2_0_0~295 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=2e8b67e37a075cbd2b101927f8afc22c3550c3bd Don't strip executables. The people who need the disk space can strip them by hand. Everyone else needs symbols to work around RTLD_GLOBAL issues, OR to help with debugging --- diff --git a/configure.in b/configure.in index 3d069b1..c06db06 100644 --- a/configure.in +++ b/configure.in @@ -907,7 +907,7 @@ if test "x$developer" = "xyes" -a "x$GCC" = "xyes"; then else devflags="" CFLAGS="$CFLAGS -DNDEBUG" - INSTALLSTRIP="-s" + INSTALLSTRIP="" AC_MSG_RESULT(no.) fi