Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: `panic_immediate_abort` flag vs `abort` strategy
I've been using abort
strategy before to reduce size of the binary in places where I don't need unwinding, but recently I found out about panic_immediate_abort
flag after reading the source code of new Windows editor.
What is panic_immediate_abort
needed for?
2 posts - 2 participants
🏷️ rust_feed