mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 00:00:49 +00:00
Switch from PIC+Default (small) to Static+Large. Should fix flaky test failures.
This commit is contained in:
parent
56c571465e
commit
59597b9e83
@ -189,8 +189,8 @@ impl LLVMBackend {
|
||||
&TargetMachine::get_host_cpu_name().to_string(),
|
||||
&TargetMachine::get_host_cpu_features().to_string(),
|
||||
OptimizationLevel::Aggressive,
|
||||
RelocMode::PIC,
|
||||
CodeModel::Default,
|
||||
RelocMode::Static,
|
||||
CodeModel::Large,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user