I downloaded the MinGw64 compiler on my external drive D: and set its path on env variables accordingly. I then proceeded to download the IDE CodeLite on the same D: and was able to create a project using the MinGw64 as the compiler.
When writing a simple Hello World it builds instantanly but then takes about 22 seconds to print the result on the Windows console.
Any idea what I might be doing wrong?