It fails to build on some systems:
/opt/local/var/macports/build/mimalloc-5f885923/work/mimalloc-3.3.0/src/alloc-override.c:99:21: error: call to undeclared library function 'aligned_alloc' with type 'void *(unsigned long, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
MI_INTERPOSE_MI(aligned_alloc),
^
/opt/local/var/macports/build/mimalloc-5f885923/work/mimalloc-3.3.0/src/alloc-override.c:99:21: note: include the header <stdlib.h> or explicitly provide a declaration for 'aligned_alloc'
1 error generated.
Also, I'm not sure if it's supposed to enter that block on older systems (in this case 10.12). Full log here.
It fails to build on some systems:
Also, I'm not sure if it's supposed to enter that block on older systems (in this case 10.12). Full log here.