Every time I compile, the compiler delays 30 seconds and then compiles. It worked fine until about a month ago.
IDE build on 03/28/2024 [10:39]
Branch: v6.10 Revision: 9304bfd4b62f
Any thoughts?
Compiler delays 30 seconds
Re: Compiler delays 30 seconds
The Compiler and IDE connection mechanism has to be re-think again this day, since so many user here encounter slow start up/Load compiler standby when open IDE , problem of delay 15secs or more , and also problem of delay when hit F5 RUN or build exe , some time delay more than 30 secs , all this quirk defeat the purebasic as claim fast compiler.
Re: Compiler delays 30 seconds
Konacq wrote: Tue Mar 04, 2025 1:49 am Every time I compile, the compiler delays 30 seconds and then compiles. It worked fine until about a month ago.
IDE build on 03/28/2024 [10:39]
Branch: v6.10 Revision: 9304bfd4b62f
Any thoughts?
- Use the ASM Backend (in compiler options, normally default)
- Check your AV. Set Purebasic Folder and the folder of your source & executable on the whitelist
(on W10 & W11 you are using automatically use Windows Defender if you not install another one)
Re: Compiler delays 30 seconds
Stop spreading wrong information if you don't know, it's annoying. The problems lies somewhere else like AV scanning or third party software installation.moricode wrote: Tue Mar 04, 2025 3:19 am The Compiler and IDE connection mechanism has to be re-think again this day, since so many user here encounter slow start up/Load compiler standby when open IDE , problem of delay 15secs or more , and also problem of delay when hit F5 RUN or build exe , some time delay more than 30 secs , all this quirk defeat the purebasic as claim fast compiler.
- NicTheQuick
- Addict
- Posts: 1503
- Joined: Sun Jun 22, 2003 7:43 pm
- Location: Germany, Saarbrücken
- Contact:
Re: Compiler delays 30 seconds
It is still not an issue with the PB compiler.moricode wrote: Tue Mar 04, 2025 3:19 amThe Compiler and IDE connection mechanism has to be re-think again this day, since so many user here encounter slow start up/Load compiler standby when open IDE , problem of delay 15secs or more , and also problem of delay when hit F5 RUN or build exe , some time delay more than 30 secs , all this quirk defeat the purebasic as claim fast compiler.
Just google for similar compiler issues on Windows and you'll find a lot of people having such delays when compiling their programs. And in nearly all of these cases it is always the antivirus' fault.
See:
- https://www.reddit.com/r/cpp/comments/1 ... ple_files/
Quote: "On windows, you can exclude your build directory from windows defender. E.g. Pycharm does this automatically." - https://stackoverflow.com/questions/497 ... ows-update
Quote: "Windows Defender scans the GCC binaries repeatedly during the build. Disabling "Real time protection" solves the problem." - https://www.reddit.com/r/VisualStudio/c ... ibly_slow/
Quote "Try disabling windows defender. That’s not normal behavior in vs."
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
Re: Compiler delays 30 seconds
Ok , thanks.
apologise for my stupid.
best regards
apologise for my stupid.
best regards