- jemalloc was built with initial-exec attribute, which caused engine modules to also have STATIC_TLS flag and thus crash on some systems due to DTV_SURPLUS limit being exceeded.
- easy check: readelf -a -W * | grep STATIC_TLS | wc -l after clean rebuild should print 0.
- also modified libmcpp to always link statically (simplifies deployment and rules out possible conflicts with system mcpp).
[CL 2634747 by Dmitry Rekman in Main branch]
- Now supplying .a and .so for monolithic and modular builds.
- No more "drop-in" version.
- Simplistic script with configure options.
[CL 2132839 by Dmitry Rekman in Main branch]