On Thursday 10 September 2015 22:36:10 Albert Astals Cid wrote: > We have this nice ECM module that gives us the option to compile with ASAN. > > I'd like to propose that we enable it by default in jenkins. > > This way we get all the autotests run with ASAN and potentially catch more > bugs/regressions. > > Comments?
+1 For code using STL the define _GLIBCXX_DEBUG for GCC is helpful too (but it slows down run time so it's maybe for something like nightly builds). Cheers, André
