libsanitizer.spec 320 B

1234567891011
  1. # This spec file is read by gcc when linking. It is used to specify the
  2. # standard libraries we need in order to link with various sanitizer libs.
  3. *link_libasan: -lrt -ldl -lrt -lpthread -lm
  4. *link_libtsan: -lrt -ldl -lrt -lpthread -lm
  5. *link_libubsan: -ldl -lrt -lpthread -lm
  6. *link_liblsan: -ldl -lrt -lpthread -lm