Changelog entry for openmp

This commit is contained in:
Daniel J. Hofmann 2017-07-17 19:24:27 +02:00
parent de084f201c
commit 1e258ed3fa

View File

@ -19,6 +19,7 @@
- Exposes engine limit on number of alternatives to generate `--max-alternatives` in `osrm-routed` (3 by default) - Exposes engine limit on number of alternatives to generate `--max-alternatives` in `osrm-routed` (3 by default)
- Infrastructure - Infrastructure
- STXXL is not required to build OSRM and is an optional dependency for back-compatibility (ENABLE_STXXL=On) - STXXL is not required to build OSRM and is an optional dependency for back-compatibility (ENABLE_STXXL=On)
- OpenMP is only required when the optional STXXL dependency is used
- Bug fixes: - Bug fixes:
- #4278: Remove superflous continious instruction on a motorway. - #4278: Remove superflous continious instruction on a motorway.