Use Link Time Optimisation whenever possible (#6967)

This commit is contained in:
Siarhei Fedartsou
2024-06-30 21:07:49 +02:00
committed by GitHub
parent bdc6ed8a53
commit d0ed29adb7
8 changed files with 30 additions and 20 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ SET test_region_ch=ch\monaco
SET test_region_corech=corech\monaco
SET test_region_mld=mld\monaco
SET test_osm=%test_region%.osm.pbf
COPY %PROJECT_DIR%\test\data\%test_region%.osm.pbf %test_osm%
COPY %PROJECT_DIR%\test\data\%test_region%.osm.pbf %test_osm%
%CONFIGURATION%\osrm-extract.exe -p %PROJECT_DIR%\profiles\car.lua %test_osm%
IF %ERRORLEVEL% NEQ 0 GOTO ERROR