CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/02/18 06:15:48
Modified files:
lang/rust : Makefile
lang/rust/patches: patch-src_bootstrap_native_rs
Added files:
lang/rust/patches: patch-src_bootstrap_lib_rs
Log message:
Divide build time by at least three and various fixes, all from semarie@
- stop pruning optimizations coming from the environment (ie OpenBSD's
default -O2 -pipe) when building llvm - this resulted in a very slow
llvm, and in a veeery slow rust build, and an awfully slow rust
compiler. Yay. See https://github.com/rust-lang/rust/issues/39900
- only add cmake to BDEP when rustc is compiled with bundled llvm
- propagate verbose cmake flag to bundled llvm build
tested on i386 and amd64