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
Before, they couldn't find CoreFoundation because the custom Clang we use
doesn't know about the default search paths for macOS frameworks. So we define
the include and framework path so it can find and use CoreFoundation.
As part of this, the number of compiler warnings exploded. So we had to
suppress more warnings to keep things in check.
0 commit comments