diff --git a/nac3standalone/src/main.rs b/nac3standalone/src/main.rs index bfa0a51..f2387fe 100644 --- a/nac3standalone/src/main.rs +++ b/nac3standalone/src/main.rs @@ -321,6 +321,7 @@ fn main() { triple, cpu: mcpu, features: target_features, + reloc_mode: RelocMode::PIC, ..host_target_machine }, };