Skip to content

Commit 9f48fc0

Browse files
committed
Create smaller binary
1 parent 37452e8 commit 9f48fc0

File tree

5 files changed

+38
-1
lines changed

5 files changed

+38
-1
lines changed

.cargo/config.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
linker = "/usr/bin/aarch64-linux-gnu-gcc"
33

44
[build]
5-
rustflags = ["-D", "warnings"]
5+
rustflags = ["-D", "warnings"]
6+
7+
[profile.release]
8+
strip = "symbols"
9+
lto = true

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/ArgonOne-Native-Fan-Controller.iml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)