Skip to content

Commit 3343fb7

Browse files
authored
make.bat: add note about antivirus programs on windows and compilation slowdowns (#23586)
1 parent 801600c commit 3343fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ exit /b 1
255255
"%V_EXE%" run cmd/tools/detect_tcc.v
256256
echo ^> V built successfully!
257257
echo ^> To add V to your PATH, run `%V_EXE% symlink`.
258+
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.
258259

259260
:version
260261
echo.

0 commit comments

Comments
 (0)