[READ-ONLY] Mirror of https://github.com/probablykasper/time-machine-inspector. Time Machine backup size inspector app
backup macos tauri time-machine
0

Configure Feed

Select the types of activity you want to include in your feed.

Create optimized realease binaries

This reduced the size of the binary from 6.7MB to 4.5MB

Jonas Kruckenberg (Feb 1, 2022, 6:01 PM +0100) 4857a855 4d2c93a0

+7
+7
src-tauri/Cargo.toml
··· 24 24 [features] 25 25 default = [ "custom-protocol" ] 26 26 custom-protocol = [ "tauri/custom-protocol" ] 27 + 28 + [profile.release] 29 + panic = "abort" 30 + codegen-units = 1 31 + lto = true 32 + incremental = false 33 + opt-level = "s"