mirror of
https://github.com/vlang/v.git
synced 2025-08-03 09:47:15 -04:00
make.bat: add note about antivirus programs on windows and compilation slowdowns (#23586)
This commit is contained in:
parent
801600c0c7
commit
3343fb7935
1
make.bat
1
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user