Skip to content

Commit

Permalink
Create smaller binary
Browse files Browse the repository at this point in the history
  • Loading branch information
JhnW committed Jun 18, 2023
1 parent 37452e8 commit 9f48fc0
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
linker = "/usr/bin/aarch64-linux-gnu-gcc"

[build]
rustflags = ["-D", "warnings"]
rustflags = ["-D", "warnings"]

[profile.release]
strip = "symbols"
lto = true
8 changes: 8 additions & 0 deletions .idea/.gitignore

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

11 changes: 11 additions & 0 deletions .idea/ArgonOne-Native-Fan-Controller.iml

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

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

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

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

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

0 comments on commit 9f48fc0

Please sign in to comment.