Closed craigminihan closed 8 years ago
Now builds in Release mode. --coverage
references needs to be removed in some of the sub-modules to allow for Debug builds.
Mainly resolved by commit 7bbb986bdf8cdd2a9402d7c943b87a657c4d6e3a and previous make/submodule commits
Build under clang 3.4 on FreeBSD. This is a useful platform to build on since it ensures that code and build processes are not tool or platform specific.
Most likely a patch will be needed to remove the
--coverage
compiler setting since this doesn't seem to be available under clang (missing libprofile_rt).