nac3standalone: generate PIC

pull/361/head
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,
cpu: mcpu,
features: target_features,
reloc_mode: RelocMode::PIC,
..host_target_machine
},
};