Hi All
Is clang default compiler for C/C++ in Mac Os?
if so, is gcc still supported in Mac?
The reason for the questions is to know if it is ok to support clang for a open source project
which already supports gcc under Mac Os
Regards
–Dev
Hi All
Is clang default compiler for C/C++ in Mac Os?
if so, is gcc still supported in Mac?
The reason for the questions is to know if it is ok to support clang for a open source project
which already supports gcc under Mac Os
Regards
–Dev
Hi All
Is clang default compiler for C/C++ in Mac Os?
if so, is gcc still supported in Mac?
These are more complicated questions depending on OS X version, however...
The reason for the questions is to know if it is ok to support clang for a open source project
which already supports gcc under Mac Os
this is much easier. Yes, it's quite OK to use clang to compile for OS X.
-eric