Skip to content

Commit 4083a90

Browse files
authored
Don't use gimli symbolizer for UWP targets. (#363)
1 parent de58889 commit 4083a90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/symbolize/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ cfg_if::cfg_if! {
481481
} else if #[cfg(all(
482482
feature = "gimli-symbolize",
483483
any(unix, windows),
484+
not(target_vendor = "uwp"),
484485
not(target_os = "emscripten"),
485486
))] {
486487
mod gimli;

0 commit comments

Comments
 (0)