From 9d7d87eae4a42ddbdd86233e78e24269c4af09cd Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 6 Oct 2021 20:16:59 -0500 Subject: [PATCH] Strip slightly harder. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2