bd52d17906
too large to list, but see: http://gcc.gnu.org/gcc-3.4/changes.html http://gcc.gnu.org/gcc-4.0/changes.html http://gcc.gnu.org/gcc-4.1/changes.html for the details.
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
|