VCVRack / rack-plugin-toolchain

56 stars 13 forks source link

Is it possible to use a newer (or older) version of clang for mac? #30

Closed modlfo closed 1 year ago

modlfo commented 1 year ago

My code seems to hit a bug in clang when compiling for arm64 (Mac). Is it possible, by changing the line 65 in the Makefile to build a different version?

OSXCROSS_CLANG_VERSION := 15.0.7

I would like to try version 14.0.6 or 16.0.0. I know that 14.0.3 does not trigger the bug.

modlfo commented 1 year ago

It did not work for 14.0.6 or 16.0.0 but it worked for 15.0.6. Clang version 15.0.6 works for me. It does not trigger the bug I'm affected with.