aboutsummaryrefslogtreecommitdiffstats
path: root/find-debuginfo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'find-debuginfo.sh')
-rwxr-xr-xfind-debuginfo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-debuginfo.sh b/find-debuginfo.sh
index 07ce88b..53aab9e 100755
--- a/find-debuginfo.sh
+++ b/find-debuginfo.sh
@@ -31,7 +31,7 @@ if [ ! -x $debugedit ]; then
fi
# With -g arg, pass it to strip on libraries.
-strip_g=true
+strip_g=false
# Barf on missing build IDs.
strict=false