mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-02 07:51:03 +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_name().to_string(),
|
||||||
&TargetMachine::get_host_cpu_features().to_string(),
|
&TargetMachine::get_host_cpu_features().to_string(),
|
||||||
OptimizationLevel::Aggressive,
|
OptimizationLevel::Aggressive,
|
||||||
RelocMode::PIC,
|
RelocMode::Static,
|
||||||
CodeModel::Default,
|
CodeModel::Large,
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user