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
So when do cross compiling, or native compiling we doesn't need to install a native compiler anymore.
On windows. only need to install windows sdk.
On linux or osx, gcc doesn't need anymore, only need the headers
And clang also have the nature to specify the target-triple, that consistence with rust.
because on windows, clang are alreay as mature as msvc, and on linux
clang are already as mature as gcc.
and on osx, clang are default.
The text was updated successfully, but these errors were encountered:
So when do cross compiling, or native compiling we doesn't need to install a native compiler anymore.
On windows. only need to install windows sdk.
On linux or osx, gcc doesn't need anymore, only need the headers
And clang also have the nature to specify the target-triple, that consistence with rust.
because on windows, clang are alreay as mature as msvc, and on linux
clang are already as mature as gcc.
and on osx, clang are default.
The text was updated successfully, but these errors were encountered: