Skip to content

add mold linker #7

@jakoch

Description

@jakoch

add https://github.com/rui314/mold

RUN cd /opt && \
    git clone https://github.com/rui314/mold.git && \
    cd mold && \
    git checkout v2.31.0 && \
    ./install-build-deps.sh && \
    mkdir build && cd build && \
    cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang++ .. && \
    cmake --build . -j $(nproc) && \
    cmake --install .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions