Clear some logs and minimize binary file size
This commit is contained in:
@@ -22,11 +22,14 @@ zstd = "0.13.3"
|
|||||||
zip = "8.6.0"
|
zip = "8.6.0"
|
||||||
rfd = "0.17.2"
|
rfd = "0.17.2"
|
||||||
mimalloc = "0.1.52"
|
mimalloc = "0.1.52"
|
||||||
|
|
||||||
[profile.super-release]
|
[profile.super-release]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
lto = true
|
lto = true
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
strip = true
|
||||||
|
panic = "abort"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.8.2"
|
criterion = "0.8.2"
|
||||||
|
|||||||
@@ -437,7 +437,6 @@ impl DictionaryState {
|
|||||||
button("").on_press(WordAction(index)).width(15)
|
button("").on_press(WordAction(index)).width(15)
|
||||||
};
|
};
|
||||||
line = line.push(line_button()).push(space().width(10));
|
line = line.push(line_button()).push(space().width(10));
|
||||||
println!("Updating word {}", &data.key);
|
|
||||||
line
|
line
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user