diff options
Diffstat (limited to 'find-debuginfo.sh')
-rwxr-xr-x | find-debuginfo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find-debuginfo.sh b/find-debuginfo.sh index 53aab9e..07ce88b 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=false +strip_g=true # Barf on missing build IDs. strict=false |