Comment 37 for bug 1838448

Revision history for this message
Ian McInerney (imcinerney) wrote :

Seth, I would suggest making the sanitizer flags these to get nicer traces for any errors that appear (these are the flags I am currently running with):

-fsanitize=address -fno-optimize-sibling-calls -fsanitize-address-use-after-scope -fno-omit-frame-pointer

Also, if we wanted to we could add a -U_GLIBCXX_ASSERTIONS to the end of the CXX flags in release mode to get around any premade compile flags...