Practically every time I run MinGW gcc, my anti-virus program (MS security essentials, specifically msmpeng.exe) goes berserk, and steals 100% of the CPU for several seconds. This is maddening when I'm just compiling a few hundred lines of code, and the actual compile only takes mere milliseconds, once msmpeng decides to stand down.
I've tried adding gcc.exe to the excluded processes in the Settings tab of the Security Essentials interface, and the entire MinGW/bin to the excluded files/locations, but this clearly doesn't convince msmpeng that gcc is harmless. So how is one supposed to grant an executable the right to run w/o incurring msmpeng?