You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detecting this is not as easy as it might seem.. clang likes to pretend and be gcc compatible, at least on linux.
Since I know you mostly just want this for compatibility with BSD, I made it so that in cardinal, carla and dpf, -fno-gnu-unique is skipped if using bsd.
That should fix things for your side.
Let me know if not the case, I will then reopen the ticket.
clang fails because of this flag.
Many places in code set this flag for non-MacOS and non-Windows. This is wrong - it should be based on compiler.
clang-12 on FreeBSD 13
The text was updated successfully, but these errors were encountered: