make.bat: add note about antivirus programs on windows and compilation slowdowns (#23586)

This commit is contained in:
Delyan Angelov 2025-01-26 19:28:32 +02:00 committed by GitHub
parent 801600c0c7
commit 3343fb7935
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.