Rusnapshot only works on Linux... because BTRFS does.

Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
Edu4rdSHL 2022-02-13 05:41:39 -05:00
parent 6ea79569d7
commit 6f87a2aa3f
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5
2 changed files with 10 additions and 40 deletions

View file

@ -16,3 +16,11 @@ sqlite = "0.26.0"
md5 = "0.7.0"
chrono = "0.4.19"
prettytable-rs = "0.8.0"
[profile.release]
lto = true
codegen-units = 1
panic = 'abort'
incremental = false
opt-level = "s"