tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
tunein-cli
6
fork
atom
Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
radio
rust
tokio
web-radio
command-line-tool
tui
6
fork
atom
overview
issues
pulls
pipelines
enable LTO in release build
tsiry-sandratraina.com
6 months ago
024c5022
3a89672c
+4
1 changed file
expand all
collapse all
unified
split
Cargo.toml
+4
Cargo.toml
···
20
20
"apt-get update && apt-get --assume-yes install libasound2-dev libasound2-dev:$CROSS_DEB_ARCH protobuf-compiler",
21
21
]
22
22
23
23
+
[profile.release]
24
24
+
codegen-units = 1
25
25
+
lto = true
26
26
+
23
27
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
24
28
25
29
[dependencies]