mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 11:00:04 +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
|