Browse Source
Instantiation of the static singleton instance thermalManager in general requires locking, but we know its safe to do without. Add -fno-threadsafe-statics to avoid using locking primitives, which result in linking errors: undefined reference to `__cxa_guard_acquire' undefined reference to `__cxa_guard_release' Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>pull/1/head
Stefan Brüns
8 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue