Skip to content

Commit

Permalink
Remove libunwind hack
Browse files Browse the repository at this point in the history
It appears to no longer be necessary, and instead breaks the build when
targeting i686.
  • Loading branch information
jmgao committed Feb 21, 2024
1 parent 21ccd30 commit 4abfca1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
[build]
target = "x86_64-pc-windows-gnu"

[target.i686-pc-windows-gnu]
linker = "i686-w64-mingw32-gcc"

[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"
2 changes: 0 additions & 2 deletions dhc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ mod logger;
mod input;
pub use input::types::*;

mod unwind;

static ONCE: Once = Once::new();

lazy_static! {
Expand Down
9 changes: 0 additions & 9 deletions dhc/src/unwind.rs

This file was deleted.

0 comments on commit 4abfca1

Please sign in to comment.