mitsuba-renderer / drjit

Dr.Jit — A Just-In-Time-Compiler for Differentiable Rendering
BSD 3-Clause "New" or "Revised" License
593 stars 43 forks source link

Simplify LD_PRELOAD documentation for Linux ASAN debugging #255

Closed WillAyd closed 1 month ago

WillAyd commented 2 months ago

Instead of asking users to find where the ASAN / stdc++ libs are on their platform, you can use gcc to simplify that process

(this may also work for macOS)

wjakob commented 1 month ago

Nice, thank you!