diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index 2a0db9c91d..4750d4773b 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -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}"