From 3343fb7935bc8e42f7ef58596b5407d9f3ea9026 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 26 Jan 2025 19:28:32 +0200 Subject: [PATCH] make.bat: add note about antivirus programs on windows and compilation slowdowns (#23586) --- make.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/make.bat b/make.bat index 9666c0f748..cc80692325 100644 --- a/make.bat +++ b/make.bat @@ -255,6 +255,7 @@ exit /b 1 "%V_EXE%" run cmd/tools/detect_tcc.v echo ^> V built successfully! echo ^> To add V to your PATH, run `%V_EXE% symlink`. +echo ^> Note: Antivirus programs may sometimes tell you there is a virus in V (there aren't any). They can also slow compilation by a considerable amount. Consider adding exemptions for the V install directory as well as your V project folders. :version echo.