This commit is contained in:
Jeremy Soller 2016-12-12 20:07:35 -07:00
parent 341d2d1923
commit c7aa2843b3

View file

@ -33,11 +33,10 @@ pub fn opts() -> TargetOptions {
"-static".to_string()
],
executables: true,
relocation_modal: "static".to_string(),
relocation_model: "static".to_string(),
disable_redzone: true,
eliminate_frame_pointer: false,
linker_is_gnu: true,
no_compiler_rt: true,
no_default_libraries: true,
has_elf_tls: true,
.. Default::default()