Skip to content
Snippets Groups Projects
Commit ddecc144 authored by Stefan Brüns's avatar Stefan Brüns
Browse files

Makefile: Fix linker error


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: default avatarStefan Brüns <stefan.bruens@rwth-aachen.de>
parent 6caf0830
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment