Re: JIT on Macos Catalina 10.15.4
Max Lapshin <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAMxVRxBB211LFetpwjnruZJvKsNY2FTOpb5j8iHbzj37DUoUJA@mail.gmail.com> |
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?