mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
3 lines
120 B
Plaintext
3 lines
120 B
Plaintext
|
# Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler.
|
||
|
BOOT_CFLAGS = -O2 -g -fomit-frame-pointer
|