Fix typo
This commit is contained in:
parent
341d2d1923
commit
c7aa2843b3
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue