Re: Electron35 does not build with LTO option
Hiroki Tagato <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
Hi Andrea, > Once again an LLVM version bump si required (possibly to chase Rust's). > So, the following (for Makefile) fixes it: >> < LLVM_DEFAULT= 19 >> --- >>> LLVM_DEFAULT= 20 Thanks for the heads up. According to the Rust Changelogs[1], it uses LLVM 20 since version 1.87. [1] https://releases.rs/docs/1.87.0/ I'm on it. Cheers, Hiroki