We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4087d74 commit 49cfa4cCopy full SHA for 49cfa4c
tools/extract-debug-symbols.sh
@@ -24,7 +24,7 @@ for input in $inputs ; do
24
fi
25
26
# Add a hint for the debugger so it can find the debug info
27
- $OBJCOPY --remove-section=.gnu_debuglink "$input"
+ $OBJCOPY --preserve-dates --remove-section=.gnu_debuglink "$input"
28
$OBJCOPY --preserve-dates --add-gnu-debuglink="$output" "$input"
29
done
30
0 commit comments