Skip to content

Commit

Permalink
Target all modern CPU features
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Oct 21, 2024
1 parent 0e29044 commit 6440aa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "btcmap-api"
version = "0.1.0"
edition = "2021"

[build]
rustflags = ["-C", "target-cpu=native"]

[profile.release]
codegen-units = 1
lto = "fat"
Expand Down

0 comments on commit 6440aa4

Please sign in to comment.