jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

Build fixes for CentOS #240

Closed urisimchoni closed 6 years ago

urisimchoni commented 6 years ago

Some build fixes. The first patch allows binaries built on newer systems to run on CentOS and older systems. The second patch finds UnitTest++ on fedora/centos, and possibly other OS's where the pkg-config package of UnitTest++ is derived from upstream UnitTest++.

RichardWarburton commented 6 years ago

Thanks for the PR - looks good!