`libs/jwst-binding/jwst-swift/Cargo.toml` ``` [profile.release] lto = "fat" codegen-units = 1 opt-level = 3 panic = "abort" ``` ``` cargo build -p jwst-swift --target aarch64-apple-ios --release ``` Is there any way to make the size smaller, please?