1# omit -g, gcc doesn't support the o32 mdebug debugging format and warns about
2# every invokation with -g*
3# add -save-temps to avoid comparison failure due to embedded temp file names
4BOOT_CFLAGS = -O2 -save-temps
5
6# omit -g1
7LIBGCC2_DEBUG_CFLAGS =
8