Skip to content

Commit

Permalink
fix: linker API integer types
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 committed Sep 23, 2024
1 parent 67605cd commit e840d6a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
3 changes: 1 addition & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ rustc-link-search = ["./target-llvm/target-host/lib/clang/17/lib/aarch64-unknown
rustc-link-lib = ["clang_rt.builtins"]

[profile.release]
strip = false
strip = true

[env]
RUST_BACKTRACE = "full"
LLVM_SYS_170_PREFIX = { value = "./target-llvm/target-final/", relative = true, force = false }

[tools.clippy]
Expand Down
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e840d6a

Please sign in to comment.