Optimised Rust compilation is enabled on passing --enable-optimize to the configure script. This sets the RUSTFLAGS output variable that gets picked up by the compile targets RSOBJS and RSSRCS and passed to rustc. r=glandium