review feedback fixes

This commit is contained in:
Dave Huseby 2015-07-23 06:05:59 -07:00
parent 01cb16d1bf
commit 8ffbde4443

View File

@ -20,7 +20,6 @@ pub fn opts() -> TargetOptions {
linker_is_gnu: true,
has_rpath: true,
position_independent_executables: true,
archive_format: "".to_string(),
.. Default::default()
}