comfy
comfy copied to clipboard
Crash with release build with lto=true, opt-level=3, codegen-units=1
Crash will happen if add following lines to Cargo.toml
[profile.release]
strip = true
lto = true
opt-level = 3
codegen-units = 1
I'm using macOS v14.0 with comfy 0.2.0