Commit Graph

5 Commits

Author SHA1 Message Date
Ben Marsh
99be00dcdb Merging latest from Private-Starship.
[CL 13192225 by Ben Marsh in ue5-main branch]
2020-05-05 18:50:52 -04:00
buildmachine
ce42430211 Code documentation from CL#2636592
[CL 2636758 by buildmachine in Main branch]
2015-07-29 07:47:34 -04:00
Dmitry Rekman
dd37bfd78a Linux: do not use initial-exec static TLS model (UE-11541).
- 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]
2015-07-27 18:20:55 -04:00
Dmitry Rekman
415182b460 Update jemalloc to 3.6.0 and simplified dir structure.
- 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]
2014-07-03 19:44:54 -04:00
UnrealBot
f645340e6e Code snapshot for CL 2114451
[CL 2114451 in Main branch]
2014-06-23 17:33:51 -04:00