Project-OSRM / osrm-backend-docker

DEPRECATED Part of osrm-backend since 5.7. Docker build files for OSRM
BSD 2-Clause "Simplified" License
16 stars 10 forks source link

Build link-time optimized binaries #5

Closed daniel-j-h closed 7 years ago

daniel-j-h commented 7 years ago

Upstream: https://github.com/Project-OSRM/osrm-backend/pull/3524

You can pass -DNEBALE_LTO to cmake in order to re-enable LTO.

Did lto ever work in the Alpine Linux environment? If so we should add the flag again now.