I'm trying to enable a lot of features on my custom build of Marlin, and I'm having trouble fitting into a reasonable space limit. I'm compiling through the standard Arduino IDE with Sanguino board set, and I'm barely not fitting -- when I click compile, I get an error informing me my code won't fit.
My understanding is, the IDE is set to assume I'll be uploading through a bootloader, and therefore reserves some space for it. If I'm not planning to use the bootloader, how can I inform the IDE that my program can use more space?