Skip to content

Commit

Permalink
fix: unexpected_cfgs (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine authored Jan 18, 2025
1 parent c654022 commit 678a961
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/base32-simd/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("cargo:rustc-check-cfg=cfg(vsimd_dump_symbols)")
}
3 changes: 3 additions & 0 deletions crates/base64-simd/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("cargo:rustc-check-cfg=cfg(vsimd_dump_symbols)")
}
3 changes: 3 additions & 0 deletions crates/hex-simd/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("cargo:rustc-check-cfg=cfg(vsimd_dump_symbols)")
}
3 changes: 3 additions & 0 deletions crates/unicode-simd/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("cargo:rustc-check-cfg=cfg(vsimd_dump_symbols)")
}
3 changes: 3 additions & 0 deletions crates/uuid-simd/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("cargo:rustc-check-cfg=cfg(vsimd_dump_symbols)")
}

0 comments on commit 678a961

Please sign in to comment.