On these system there is no need to pull jemalloc as a 3rd party lib
since it's the built-in default. This fixes the build on FreeBSD.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCae5e07f4111a: [CMAKE] Don't require jemalloc for systems where it's the default
Build on Linux and check jemalloc is required by default.
cmake -GNinja .. -DUSE_JEMALLOC=OFF
Check disabling jemalloc manually still works as expected.
Build on FreeBSD and check the build succeeds (tested without Qt as per our documentation).
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cmake_jemalloc_freebsd
- Lint
Lint Passed - Unit
No Test Coverage - Build Status