Closed michto36 closed 1 year ago
After some researches, with Clang version < 15 you can make it by replacing --march=native by the option -mcpu=apple-m1
and with Clang at latest version ( 15 ), you can leave --march=native and it will works.
Closed for me ! :-)
hi !
Despite that OSX compatibility issue which has been fixed by @unkernet, I still can't build properly this source :-(
I'm on a Mac M1 with Ventura 13.0 and this is the error I get when I execute the "make" command:
i have tried all others -march options, but same results.
any idea ?
thank you for your time.