Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mh-x86omitfp « config - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 563f02ba0a90523268bf462d04c2db7069636dbb (plain)
1
2
# Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler.
BOOT_CFLAGS = -O2 -g -fomit-frame-pointer