monsdar/CxxProf

cxxprof_static is not created as static library

Closed this issue · 1 comments

The concept of CxxProf is to create a static library which the application uses and a dynamic library that is loaded at runtime.

As could be seen in CMakeLists.txt of cxxprof_static (currently line 23), the lib is created as dynamic lib.

It simply should be changed from SHARED to STATIC and everything works as expected.

Some additional steps were needed, but now everything should work as expected