1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-31 09:48:25 +00:00

Force-enable LTO builds to see if they'll fit within the CI time budget

This commit is contained in:
AnyOldName3 2020-09-06 23:45:34 +00:00
parent 981fffe590
commit 0029d9ea73

View file

@ -504,6 +504,8 @@ if [ -n "$BULLET_DOUBLE" ]; then
add_cmake_opts "-DBULLET_USE_DOUBLES=True"
fi
add_cmake_opts "-DOPENMW_LTO_BUILD-True"
echo
echo "==================================="
echo "Starting prebuild on MSVC${MSVC_DISPLAY_YEAR} WIN${BITS}"