Currently running into some link issues with the malloc hooking which we should investigate and fix.
These are the link errors one gets. Happens both with LLD and MSVC's linker:
lld-link: error: duplicate symbol: calloc in librpmalloc_sys-6320f0a329f3e257.rlib(rpmalloc.o) and in api-ms-win-crt-heap-l1-1-0.dll
lld-link: error: duplicate symbol: free in librpmalloc_sys-6320f0a329f3e257.rlib(rpmalloc.o) and in api-ms-win-crt-heap-l1-1-0.dll
lld-link: error: duplicate symbol: malloc in librpmalloc_sys-6320f0a329f3e257.rlib(rpmalloc.o) and in api-ms-win-crt-heap-l1-1-0.dll
lld-link: error: duplicate symbol: realloc in librpmalloc_sys-6320f0a329f3e257.rlib(rpmalloc.o) and in api-ms-win-crt-heap-l1-1-0.dll
Currently running into some link issues with the malloc hooking which we should investigate and fix.
These are the link errors one gets. Happens both with LLD and MSVC's linker: