Commit Graph

4 Commits

Author SHA1 Message Date
Mike Fricker
eec2fed9fe Fixed LTCG being enabled for VHACD static library (UE-13116)
This fixes a linker warning on Windows, and improves link times for UnrealEd.dll by a few seconds (no longer does whole program optimization.)

3>  VHACD.lib(VHACD.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
3>  Generating code
3>  Finished generating code

#codereview james.golding

[CL 2515854 by Mike Fricker in Main branch]
2015-04-17 10:23:14 -04:00
Dmitry Rekman
a141f11a98 Linux: Enable VHACD.
[CL 2497675 by Dmitry Rekman in Main branch]
2015-03-31 16:21:11 -04:00
James Golding
fe00180142 Add debug libs for VHACD win64 and configure to use when bDebugBuildsActuallyUseDebugCRT is true.
#codereview ori.cohen

[CL 2496962 by James Golding in Main branch]
2015-03-31 05:11:49 -04:00
James Golding
72fa7c6508 Use new VHACD library for generating auto convex collision (only enabled on windows until other platforms can test)
#codereview ori.cohen, ben.marsh, michael.trepka, mark.satterthwaite, dmitry.rekman

[CL 2495503 by James Golding in Main branch]
2015-03-30 07:26:43 -04:00