Changes since beta2:
- Fixed build failure on <= 10.6.
- Adjusted minimum compiler version for C++17.
- Using
-j1
for the benefit of ninja whenbuild.jobs
is 1 (instead of no-j
option), and settinguse_parallel_build no
changes the value ofbuild.jobs
to 1 rather than omitting the-j
option. - Checking some more logs for implicit function declarations.
- Printing some more possibly helpful log locations when configure fails.