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
It caused issues on FreeBSD before and we also noticed it failing in an RHEL
container with this error:
```
-lm -lpthread -ldl
make[2]: *** write jobserver: Bad file descriptor. Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: *** write jobserver: Bad file descriptor. Stop.
```
It seems to be due to an interaction between the `-j` flag and `CONFIG_LTO=y`.
My initial thought was to remove the `-j` flag, however after running the
quickjs `make microbench` it turns out `CONFIG_LTO=y` wasn't adding much of a
speed up, and even was slower on Linux. So let's remove it for now and unify
the environment with FreeBSD into a single Unix env.
Leave a note in the comments if something changes in the future and we wanted
to give it another try.
0 commit comments