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
Since this library uses ADT headers, it will pull in a dependency for
LLVMSupport (Error.cpp has the necessary variable declaration for ABI breaking
checks). Disable the ABI breaking check validation as we only use the library
for header-only dependencies. Avoiding this dependency shaves nearly 900 KiB
from the resultant binary.
0 commit comments