Langwedocjusz
Results
1
issues of
Langwedocjusz
When compiling the profiler on manjaro linux, using gcc I get linker error "undefined reference to tbb::detail::r1::execution_slot". It can be fixed by linking against tbb in the profiler cmake: find_package(TBB...