nac3standalone: generate PIC

This commit is contained in:
Sebastien Bourdeauducq 2023-12-04 19:09:50 +08:00
parent 9f610745b7
commit adadf56e2b
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ fn main() {
triple, triple,
cpu: mcpu, cpu: mcpu,
features: target_features, features: target_features,
reloc_mode: RelocMode::PIC,
..host_target_machine ..host_target_machine
}, },
}; };