Skip to content
  • Eugene Kim's avatar
    Fix ubsan linking · a5d42977
    Eugene Kim authored
    That is, do not manually pass -lubsan to the linker, but specify the
    same -fsanitize=XXX flags to the linker.  This is the correct way for
    both GCC and Clang.
    a5d42977