aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rw-r--r--configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 59a30dc6..21d56f38 100644
--- a/configure
+++ b/configure
@@ -16,7 +16,6 @@ CFLAGS="$CFLAGS -funsigned-char"
[ -z "$LDOPTIMIZE" ] && LDOPTIMIZE="-Wl,--gc-sections"
[ -z "$CC" ] && CC=cc
-[ -z "$STRIP" ] && STRIP=strip # set STRIP=no to skip stripping entirely
# If HOSTCC needs CFLAGS or LDFLAGS, just add them to the variable
# ala HOSTCC="blah-cc --static"