Skip to content

Commit

Permalink
Bug 1654845 - remove target restrictions on DUMP_SYMS availability; r…
Browse files Browse the repository at this point in the history
…=dmajor

We can use the new dump_syms everywhere now.

Differential Revision: https://phabricator.services.mozilla.com/D84727
  • Loading branch information
froydnj committed Jul 23, 2020
1 parent bb0f28c commit 8b1a756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/moz.configure
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,7 @@ set_define('MOZ_RUST_FXA_CLIENT', True, when=rust_fxa_client)
# ==============================================================

check_prog('DUMP_SYMS', ['dump_syms'], allow_missing=True, paths=toolchain_search_path,
when=compile_environment & (target_is_windows | target_is_android | target_is_linux))
when=compile_environment)


check_prog('PDBSTR', ['pdbstr.exe'], allow_missing=True, paths=toolchain_search_path,
Expand Down

0 comments on commit 8b1a756

Please sign in to comment.