Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information