Image/Cargo.toml
LongYinan b695642560
fix(binding): early return when input images are optimized (#28)
* fix(binding): early return when input images are optimized

* ci: fix builds

* Fix build

* target feature

* Remove inline

* Thin lto

* Use GCC
2022-12-20 17:42:28 +08:00

6 lines
77 B
TOML

[workspace]
members = ["./packages/binding"]
[profile.release]
lto = 'thin'