Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default WITH_TEST_FUZZ to OFF (#7695)
* Fix for top-of-tree LLVM * Default WITH_TEST_FUZZ to OFF Just because our compiler supports fuzzing doesn't mean we want to build the fuzz tests, because they won't really build properly without the right preset specified. (This will be followed up with a change to the buildbot to set WITH_TEST_FUZZ to ON for fuzz tests)
- Loading branch information