aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2021-10-06 20:16:59 -0500
committerRob Landley <rob@landley.net>2021-10-06 20:16:59 -0500
commit9d7d87eae4a42ddbdd86233e78e24269c4af09cd (patch)
tree8460e8296a53f88a73b371255c656db262ce5cf5 /configure
parent1986075975db4cdab08133f8299ad72dd5af4b23 (diff)
downloadtoybox-9d7d87eae4a42ddbdd86233e78e24269c4af09cd.tar.gz
Strip slightly harder.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8e40814e..85dd8046 100755
--- a/configure
+++ b/configure
@@ -33,7 +33,7 @@ fi
# you call scripts/make.sh and friends directly.
[ -z "$CC" ] && CC=cc
-[ -z "$STRIP" ] && STRIP=strip
+[ -z "$STRIP" ] && STRIP="strip -s -R .note* -R .comment -R .gnu.version"
# If HOSTCC needs CFLAGS or LDFLAGS, just add them to the variable
# ala HOSTCC="blah-cc --static"