- We need those symbols in another shared object, and otherwise they would be hidden in Test/Shipping builds (UE-8168).
(Merged CL 2418865 from UT branch).
[CL 2418870 by Dmitry Rekman in Main branch]
- New target platforms (LinuxNoEditor for client+server, LinuxClient for client, Linux for editor, LinuxServer for dedicated server - mirroring other platforms).
- Preliminary support for gcc in the toolchain (and some safe fixes in code).
- No more lowercasing when accessing files on Linux, tread carefully.
- Changes needed for native compilation and other minor improvements.
#codereview Josh.Adams, Michael.Liebenow, Steve.Robbs
[CL 2067133 by Dmitry Rekman in Main branch]
- Do not adjust number of open files upfront, and don't use "-pak" switch for that logic (TTP #331889).
- Make adjusting core size optional to avoid problems like JoshM ran into when running servers from a space-limited laptop.
[CL 2059895 by Dmitry Rekman in Main branch]