Chromium Code Reviews| Index: build/linux/dump_app_syms |
| =================================================================== |
| --- build/linux/dump_app_syms (revision 195932) |
| +++ build/linux/dump_app_syms (working copy) |
| @@ -28,7 +28,7 @@ |
| # Dump the symbols from the given binary. |
| if [ ! -e "$OUTFILE" -o "$INFILE" -nt "$OUTFILE" ]; then |
| - "$DUMPSYMS" "$INFILE" > "$OUTFILE" |
| + "$DUMPSYMS" -r "$INFILE" > "$OUTFILE" |
| fi |
| if [ "$STRIP_BINARY" != "0" ]; then |