Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Disable unwinding in release builds

It appears to be accepted wisdom that production builds should usually not continue to run when their state has been tainted by a panic even if unwinding has been caught. And since unwinding implies pervasive overheads, most production services appear to be running with panic="abort" instead of the default of panic="unwind".

Merge request reports