toniebox-reverse-engineering / teddycloud

teddyCloud is an open source server replacement for the Boxine Cloud
https://toniebox-reverse-engineering.github.io/docs/tools/teddycloud/
GNU General Public License v2.0
483 stars 36 forks source link

Link libraries explicitly #242

Closed pepe82sh closed 5 days ago

pepe82sh commented 3 weeks 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.

SciLor commented 3 weeks ago

Hey, please use develop as PR target.

pepe82sh commented 2 weeks ago

Hey, please use develop as PR target.

Sorry, I've updated the PR accordingly.