Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 15, 2023
1 parent ce7d5cc commit 8b2b32e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .release-notes/4369.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Fix memory errors with some `--debug` program builds

When we upgraded to LLVM 15, we accidentally changed the optimization level applied to `--debug` builds. That change in optimization levels surfaced a rather complicated bug that we've been looking into. The end result? Some programs would crash with memory errors like segfaults or bad access.

We've updated to go back to the optimization setup we had with LLVM 14. We recommend updating your `ponyc` installation as soon as possible.

0 comments on commit 8b2b32e

Please sign in to comment.