Re: JIT on Macos Catalina 10.15.4
Kenji Rikitake <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CANWtcNijiXUaV-BifW6he+R1Y-mJpYS6nb-pxP-tVb6FA8wiSw@mail.gmail.com> |
FYI: https://bugs.erlang.org/browse/ERL-1346 -- Kenji Rikitake On Sat, Jan 23, 2021 at 5:06 AM Max Lapshin <[email protected]> wrote: > No, there are no flags. > > Maybe something else interferes with it, my Mac is not virgin clean of > course. Will try to find the reason. > > On Thu, Jan 21, 2021 at 3:47 PM Lukas Larsson <[email protected]> wrote: > > > > Hello, > > > > We run Catalina in our daily tests that use Apple clang version 11.0.3 > (clang-1103.0.32.29) and the JIT is enabled there so it should work. Could > there be a CXXFLAGS or CFLAGS variable that interferes with the build? > > > > Lukas > > > > On Thu, Jan 21, 2021 at 1:18 PM Max Lapshin <[email protected]> > wrote: > >> > >> Hi. > >> > >> Macos catalina 10.15.4 > >> xcode-select version 2373 > >> > >> Apple clang version 11.0.3 (clang-1103.0.32.62) > >> > >> > >> > >> erts : > >> > >> JIT disabled due to lack of compiler with C++17 support > >> > >> > >> > >> Is it possible to somehow test jit on macos? >