Turning on the debug build now also disables optimizations for GCC.
Created by: K-Wic
Not using -O0 is a real pita when trying to debug things with gdb.
Unfortunately this step also requires uninlining two functions, which are optimized away in the release build, but cause linker problems when left in.