switching to gnu archive format per review request

This commit is contained in:
Dave Huseby 2015-07-23 10:13:49 -07:00
parent 8ffbde4443
commit b208bd9920

View File

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