Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable the use of LLD by default #2989

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Disable the use of LLD by default #2989

merged 1 commit into from
Sep 12, 2024

Commits on Sep 10, 2024

  1. Disable the use of LLD by default

    We no longer use LLD by default if it is available for reasons mentioned in #2986.
    The use of LLD can now be enabled by using -DMRTRIX_USE_LLD=ON.
    Additionally, we use CMake's check_cxx_compiler_flag to see if the compiler supports
    LLD regardless of the platform (instead of simply relying on the presence of ld.lld).
    daljit46 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2f27ac6 View commit details
    Browse the repository at this point in the history