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
According to the docs for static override we should do
> gcc -o myprogram mimalloc.o myfile1.c ...
I am using mimalloc from vcpkg. But the mimalloc.o file is not built by the vcpkg configuration of mimalloc as the target mimalloc-obj is also not built. In fact, MIMALLOC_OBJECT_DIR is not available which is supposed to be used for obtaining mimalloc.o.
How can we use mimalloc.o in vcpkg? Ideally I would want to be able to access mimalloc.o via CMake and then link it with the target. #532 seems similar but vcpkg build process for mimalloc doesn't make mimalloc-obj target available.
The text was updated successfully, but these errors were encountered:
According to the docs for static override we should do
I am using mimalloc from vcpkg. But the
mimalloc.o
file is not built by the vcpkg configuration of mimalloc as the targetmimalloc-obj
is also not built. In fact, MIMALLOC_OBJECT_DIR is not available which is supposed to be used for obtaining mimalloc.o.How can we use
mimalloc.o
in vcpkg? Ideally I would want to be able to accessmimalloc.o
via CMake and then link it with the target. #532 seems similar but vcpkg build process formimalloc
doesn't makemimalloc-obj
target available.The text was updated successfully, but these errors were encountered: