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
Also clang being too permissive
- gcc apparently can't cope with linker args coming before the file
name, that causes a bunch of "undefined reference" errors, whereas
clang is perfectly happy with it
- on the other hand clang apparently exposes unexpected symbols
without needing to include the corresponding header, so add those
0 commit comments