Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gcc): add
-fPIC
to mimalloc compilation
Wasn't needed on clang, but is needed with gcc: /usr/bin/ld: mimalloc-override.o: relocation R_X86_64_TPOFF32 against `recurse' can not be used when making a shared object; recompile with -fPIC
- Loading branch information