Skip to content

Visual Studio linker out of memory  #349

@kwaegel

Description

@kwaegel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions