comfy icon indicating copy to clipboard operation
comfy copied to clipboard

Crash with release build with lto=true, opt-level=3, codegen-units=1

Open AllenDang opened this issue 2 years ago • 0 comments

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

AllenDang avatar Nov 14 '23 03:11 AllenDang