Skip to content

Commit

Permalink
Increase optimisation in release mode, drop .idea folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Jan 27, 2024
1 parent 60175aa commit 1a8a1b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 33 deletions.
1 change: 1 addition & 0 deletions bestool/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
8 changes: 0 additions & 8 deletions bestool/.idea/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions bestool/.idea/bestool.iml

This file was deleted.

8 changes: 0 additions & 8 deletions bestool/.idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions bestool/.idea/vcs.xml

This file was deleted.

5 changes: 5 additions & 0 deletions bestool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ thiserror = "1.0.50"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
crc = "3.0.1"


[profile.release]
lto = "fat"
build-override.codegen-units = 1

0 comments on commit 1a8a1b4

Please sign in to comment.