Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui

enable LTO in release build

Changed files
+4
+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 + [profile.release] 24 + codegen-units = 1 25 + lto = true 26 + 23 27 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 24 28 25 29 [dependencies]