Always compile with release flag

a
This commit is contained in:
Jackson Coxson
2025-08-25 17:06:36 -06:00
parent 8846f9a429
commit dff0c62ec7
3 changed files with 10 additions and 13 deletions

View File

@@ -80,4 +80,4 @@ cbindgen = "0.29.0"
ureq = "3"
[lib]
crate-type = ["staticlib"]
crate-type = ["staticlib", "cdylib"]