Skip to content

Commit

Permalink
Try building OSRM with -Wno-array-bounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed May 22, 2024
1 parent f9ac2f8 commit 121de80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vroom_libosrm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-Wno-array-bounds"
cmake --build . -j `nproc`
working-directory: osrm-backend
- name: Install OSRM
Expand Down

0 comments on commit 121de80

Please sign in to comment.