mlange-42 / yarner

Literate Programming command line tool for Markdown
https://mlange-42.github.io/yarner
MIT License
32 stars 1 forks source link

Use panic=abort instead of the default panic=unwind for release builds #51

Closed adamreichold closed 3 years ago

adamreichold commented 3 years ago

Since we do not rely on unwinding to clean up external resources, panic=abort gives a nice little extra code density.