mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
make.bat: add note about antivirus programs on windows and compilation slowdowns (#23586)
This commit is contained in:
parent
801600c0c7
commit
3343fb7935
1 changed files with 1 additions and 0 deletions
1
make.bat
1
make.bat
|
@ -255,6 +255,7 @@ exit /b 1
|
||||||
"%V_EXE%" run cmd/tools/detect_tcc.v
|
"%V_EXE%" run cmd/tools/detect_tcc.v
|
||||||
echo ^> V built successfully!
|
echo ^> V built successfully!
|
||||||
echo ^> To add V to your PATH, run `%V_EXE% symlink`.
|
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
|
:version
|
||||||
echo.
|
echo.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue