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:
@@ -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\
|
||||||
|
|||||||
Reference in New Issue
Block a user