Skip to content

Disable link order verification in asan

Johnny Jazeix requested to merge (removed):asan_marble_fix into master

The aim is to try to fix Marble unit tests running with ASAN on the CI. I copy the info I wrote in education/marble!16 (merged)

This is not tested as I could not reproduce in local the same build system as the CI. So I don't know if it will work on Marble or if there is any side effect for other projects...

I've read the thread ecmenablesanitizers and the previous fix (which has been reverted a month later): 524bbb6d.

I've gone with the exporting ASAN_OPTIONS=verify_asan_link_order=0 solution here, instead of hardcoding the path in the LD_PRELOAD.

Merge request reports