Had "-fno-omit-frame-pointer" assuming it would improve gdb's ability to find stack frames (which it doesn't). Reset to "-fomit-frame-pointer" to generate shorter code

This commit is contained in:
Markus Fröschle
2013-05-06 05:54:52 +00:00
parent 57185d8cb3
commit c58a3a8a1a

View File

@@ -36,7 +36,7 @@ CFLAGS=-mcpu=5474\
-Wno-multichar\ -Wno-multichar\
-Winline\ -Winline\
-O \ -O \
-fno-omit-frame-pointer\ -fomit-frame-pointer\
-fno-strict-aliasing\ -fno-strict-aliasing\
-ffreestanding\ -ffreestanding\
-fleading-underscore\ -fleading-underscore\