makefiles: Switch from -O0 to -Og for "noopt" Many builds these days need at least -Og or they fail because of things like _FORTIFY_SOURCE. This switch should not reduce debuggability too much. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>