We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149494a commit 4c8892fCopy full SHA for 4c8892f
CHANGELOG.md
@@ -7,8 +7,9 @@
7
finding a reference counting bug when handling exceptions.
8
- Fixed collation link freeing bug. Thanks to `o3-mini-high` for suggesting the
9
fix without even being prompted (minus-shot).
10
-- Remove `-O2` compiler flag since optimization flags owned by and can conflict
11
- with `ocamlc -config`.
+- Removed obsolete compiler flags. OCaml already passes optimization flags, and
+ flags for position-independent code should not be necessary. Thanks to Jonah
12
+ Beckford for the contribution.
13
14
## [5.3.0] - 2025-01-20
15
0 commit comments