eclipse building project and takes for ever

is there a setting I can set to stop eclipse from building all the time? A typical build for my small project takes like 4 hours. so I cant even work when it kicks off a build.

Get rid of eclipse and use vim or sublime text with the appropriate plugins.

Another way is just to turn off auto compile in the build menu, at least that worked when I was using eclipse with c++.