[DiscordArchive] <@160857905879449600> is there a way to tell make to build with clang instead of gcc?
[DiscordArchive] <@160857905879449600> is there a way to tell make to build with clang instead of gcc?
Archived author: Skarn • Posted: 2018-10-24T08:01:21.661000+00:00
Original source
<@160857905879449600> is there a way to tell make to build with clang instead of gcc?
Archived author: Skarn • Posted: 2018-10-24T08:01:24.565000+00:00
Original source
on mac
Archived author: Skarn • Posted: 2018-10-24T08:06:41.435000+00:00
Original source
I am having an issue building python-mpq on mac, says d: warning: ignoring file native/stormlib//libstorm.dylib, file was built for x86_64 which is not the architecture being linked (i386):
Archived author: Skarn • Posted: 2018-10-24T08:07:07.605000+00:00
Original source
it seems I need to pass target architecture as an argument for clang somehow