SuccessChanges

Summary

  1. makefiles: Switch from -O0 to -Og for "noopt" (details)
Commit 3a39d40c27a70abee8f4c1b2202d6150e5c8728e by dsilvers
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>
The file was modifiedmakefiles/Makefile.gcc (diff)
The file was modifiedmakefiles/Makefile.clang (diff)