Skip to content

Commit

Permalink
Add paragraph on antivirus software
Browse files Browse the repository at this point in the history
  • Loading branch information
KR155E committed Dec 15, 2024
1 parent 68a8c6b commit 6a1d5a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _data/documentation.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"url": "/documentation/setup/installation/"
},
{
"name": "Enhancing build times on Windows",
"url": "/documentation/setup/enhancing-build-times-on-windows/"
"name": "Enhancing build times",
"url": "/documentation/setup/enhancing-build-times/"
},
{
"name": "Getting Started",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
---
layout: documentation
title: Enhancing build times on Windows
title: Enhancing build times
---

# Enhancing build times on Windows
# Enhancing build times

A whole lot of files are being thrown around during compilation of a project, and, depending on your system set up, there are different factors that can have an impact on build times.

## Antivirus software

If you're running Antivirus software on your system, you should create an exception for your project folder. It will otherwise slow down the build process if it wants to have an eye on every file that is being touched during compilation.

## Windows Subsystem for Linux

On Windows, build times can be painfully slow. However, if you're running Windows 10 or upwards, you can greatly enhance build times by using the Windows Subsystem for Linux (WSL).

Expand Down

0 comments on commit 6a1d5a3

Please sign in to comment.