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
For example, on FreeBSD clang is used on most architectures, bug gcc is also used on some architectures.
There is no need to hard-code the compiler too "clang" on FreeBSD because this isn't always what the compiler should be.
The same is true on other OSes, and CC is what should be used as a C compiler.
The text was updated successfully, but these errors were encountered:
yurivict
changed the title
Please use the variable CC as a compiler when available as a compiler
Please use the variable CC as a compiler when available
Jul 9, 2024
For example, on FreeBSD clang is used on most architectures, bug gcc is also used on some architectures.
There is no need to hard-code the compiler too "clang" on FreeBSD because this isn't always what the compiler should be.
The same is true on other OSes, and CC is what should be used as a C compiler.
The text was updated successfully, but these errors were encountered: