On 11/7/2020 6:45 AM, Jeremie Courreges-Anglas wrote:
CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/11/07 04:45:52Modified files: devel/llvm : Makefile Log message: Sync with base: performance optimizations CXXFLAGS This adds: -fno-ret-protector on powerpc and mips64el -fomit-frame-pointer on mips64 and mips64el Prompted by a similar diff from Brad
I intentionally did not include mips64el as it has not switched to Clang as the default compiler and thus the compiler building the LLVM port. No RETGUARD thus -fno-ret-protector is not valid for ports-gcc. base will use Clang to rebuild itself once bootstrapped.
