Skip to content

Commit

Permalink
update deps, compile for haswell and newer
Browse files Browse the repository at this point in the history
  • Loading branch information
bmisiak committed May 19, 2024
1 parent 37f8e3f commit 3e25ec2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 45 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
# target = "i686-unknown-linux-gnu"

[target.i686-unknown-linux-gnu]
rustflags = ["-C","target-cpu=haswell"]
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ target/**
target
.DS_Store
.vscode
build.rs
.cargo
build.rs
40 changes: 0 additions & 40 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ samp = { git = "https://github.com/bmisiak/samp-sdk.git", rev = "41e94ed94ee8366
slab = "0.4.2"
log = "0.4.6"
fern = { version = "0.6", features = [] }
priority-queue = "1.3.0"
once_cell = "1.19.0"
fnv = "1.0.7"
snafu = "0.8.0"

[profile.release]
lto = true
lto = true

0 comments on commit 3e25ec2

Please sign in to comment.