Closed pepe82sh closed 5 days ago
pthread and libmath are linked implicitly when linking sanitizers. If NO_SANITIZERS is 1, this will lead to a linker error due to the missing libraries.
Hey, please use develop as PR target.
Sorry, I've updated the PR accordingly.
pthread and libmath are linked implicitly when linking sanitizers. If NO_SANITIZERS is 1, this will lead to a linker error due to the missing libraries.