Enable LTO by default

This commit is contained in:
Siarhei Fedartsou 2024-06-30 16:37:09 +02:00
parent 1fcd0e59ec
commit f9ebd65c28

View File

@ -367,6 +367,7 @@ jobs:
OSRM_CONNECTION_EXP_BACKOFF_COEF: ${{ matrix.OSRM_CONNECTION_EXP_BACKOFF_COEF }} OSRM_CONNECTION_EXP_BACKOFF_COEF: ${{ matrix.OSRM_CONNECTION_EXP_BACKOFF_COEF }}
ENABLE_LTO: ${{ matrix.ENABLE_LTO }} ENABLE_LTO: ${{ matrix.ENABLE_LTO }}
steps: steps:
- run: echo "LTO=${ENABLE_LTO:-ON}"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build machine architecture - name: Build machine architecture
run: uname -m run: uname -m