Skip to content
Commit 5569b4a4 authored by Jason Evans's avatar Jason Evans
Browse files

Use --whole-archive when linking integration tests on MinGW.

Prior to this change, the malloc_conf weak symbol provided by the
jemalloc dynamic library is always used, even if the application
provides a malloc_conf symbol.  Use the --whole-archive linker option
to allow the weak symbol to be overridden.
parent 962a2979
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment