rahulsubramanian-arista
Results
1
issues of
rahulsubramanian-arista
I was following the steps to compile Mold ``` git clone https://github.com/rui314/mold.git mkdir mold/build cd mold/build git checkout v2.2.0 ../install-build-deps.sh cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ .. cmake --build . -j $(nproc) sudo...