Getting ASAN to work with Ignition Gazebo
I’m adding this as a reminder for myself. To get ASAN to work with Ignition Gazebo we first need to modify CMakeLists.txt to build with ASAN. For every module (e.g. ign-gazebo, ign-rendering, ign-gui, etc) you wish to have full ASAN analysis, write this at the top of each CMakeLists.txt: Running […]