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:
parent
981fffe590
commit
0029d9ea73
1 changed files with 2 additions and 0 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue