From: Ken Hornstein Date: Fri, 6 Dec 2013 04:15:57 +0000 (-0500) Subject: Sigh. Make sure the binaries aren't stripped as well. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/99eff0a93842acf785ad325d5a19902e9b6c1f3a?ds=sidebyside;hp=--cc Sigh. Make sure the binaries aren't stripped as well. --- 99eff0a93842acf785ad325d5a19902e9b6c1f3a diff --git a/configure.ac b/configure.ac index c9cbb53a..59389360 100644 --- a/configure.ac +++ b/configure.ac @@ -156,7 +156,8 @@ if test -n "$auto_cflags"; then LDFLAGS= ;; *) - LDFLAGS=-s +# LDFLAGS=-s + LDFLAGS= ;; esac fi