Browse Source

Update pic docs

vs2017
Alex Crichton 8 years ago
parent
commit
447865f54b
  1. 4
      src/lib.rs

4
src/lib.rs

@ -356,8 +356,8 @@ impl Config {
/// Configures whether the compiler will emit position independent code. /// Configures whether the compiler will emit position independent code.
/// ///
/// This option defaults to `false` for `i686` and `windows-gnu` targets and to `true` for all /// This option defaults to `false` for `windows-gnu` targets and
/// other targets. /// to `true` for all other targets.
pub fn pic(&mut self, pic: bool) -> &mut Config { pub fn pic(&mut self, pic: bool) -> &mut Config {
self.pic = Some(pic); self.pic = Some(pic);
self self

Loading…
Cancel
Save