You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Delete the `pth` relicat and directly use `pthread` from Cosmopolitan (ocaml#33, @dinosaure)
- Delete the `-mnop-mcount` and fix the issue with `dune.3.7.0` (ocaml#34, @dinosaure)
The `-mnop-mcount` is important only if we use `-pg` which is not the case. The initial
issue is a conflict with this option and `-fPIC` introduced by `dune.3.7.0`.
- Upgrade Esperanto with Cosmopolitan 2.2-96-gae365928c (ocaml#36, @dinosaure)
This specific version of Cosmopolitan fixes an issue about Esperanto and the
LWT support. However, this specific version of Cosmopolitan loses the support of
`speed_t` (all values of this type disappeared).
0 commit comments