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
Generate a second Dawn pre-compiled library download using GCC16 with native TLS.
Implement requisite logic in cmake to determine which of the two downloads is suitable
Ideally based on a linking test rather than just compiler version numbers, but will have to see how complex it might be.
Related to #3384.
cmaketo determine which of the two downloads is suitableIdeally based on a linking test rather than just compiler version numbers, but will have to see how complex it might be.