Skip to content

Commit

Permalink
build: go small
Browse files Browse the repository at this point in the history
  • Loading branch information
JerwuQu committed Oct 8, 2024
1 parent 5b3ebb4 commit f8338a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ggoled_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ ggoled_draw = { path = "../ggoled_draw" }
chrono = "0.4.38"
windows = { version = "0.58.0", features = ["Media_Control"] }
anyhow = "1.0.89"

[profile.release]
strip = true
lto = true
6 changes: 5 additions & 1 deletion ggoled_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ anyhow = "1.0.89"
clap = { version = "4.4.10", features = ["derive"] }
ggoled_lib = { path = "../ggoled_lib" }
ggoled_draw = { path = "../ggoled_draw" }
spin_sleep = "1.2.1"
spin_sleep = "1.2.1"

[profile.release]
strip = true
lto = true

0 comments on commit f8338a3

Please sign in to comment.