-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
The visual studio 2012 linker reaches the 4GB memory limit and crashes when building pcl_features in Release mode. The resulting obscure error is:
LINK : fatal error C1510: Cannot load language resource clui.dll.
Turning off Whole Program Optimization (/GL) serves as a workaround for this problem. I'd suggest disabling this flag in CMake for pcl_features until we can fix the memory usage.
Metadata
Metadata
Assignees
Labels
No labels