Skip to content

Instantly share code, notes, and snippets.

@apetenchea
Created June 16, 2025 06:57
Show Gist options
  • Save apetenchea/ff3003d1397fb3fc5e910d6ca2c0bec9 to your computer and use it in GitHub Desktop.
Save apetenchea/ff3003d1397fb3fc5e910d6ca2c0bec9 to your computer and use it in GitHub Desktop.
Building rr on linux
git clone [email protected]:rr-debugger/rr.git
cd rr
find . -type f -exec dos2unix {} +
mkdir -p build
cd build
CC=clang CXX=clang++ cmake -G Ninja -Ddisable32bit=ON -DCMAKE_EXE_LINKER_FLAGS="-fuse-ld=lld -L/home/apetenchea/scripts" -DCMAKE_BUILD_TYPE=Release ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment