mostly made output a bit nicer

This commit is contained in:
2024-07-23 13:23:26 +02:00
parent 393f802741
commit b4e3992c65
3 changed files with 19 additions and 10 deletions

View File

@@ -14,3 +14,7 @@ memmap = "0.7.0"
rayon = "1.10.0"
rustc-hash = "2.0.0"
[profile.release]
lto = "fat"
strip = "symbols"
panic = "abort"