Don't use gcc verbatim
It might have a different name, especially on MacOS.
E.g. when using the ghc.nix
toolset it might not even exist, but $(CC)
would point to clang
.
It might have a different name, especially on MacOS.
E.g. when using the ghc.nix
toolset it might not even exist, but $(CC)
would point to clang
.