CVSROOT:        /cvs
Module name:    src
Changes by:     v...@cvs.openbsd.org    2019/07/11 05:31:09

Modified files:
        gnu/usr.bin/clang: Makefile.inc 

Log message:
Compile clang with -fomit-frame-pointer on mips64. This releases the
frame pointer for better use and lets the compiler run a little faster.
The resulting compiler binary is a half bit smaller too.

Note that frame pointer elimination is not applicable everywhere.
mips64 has the tooling that allow its use in this case.

OK kettenis@

Reply via email to