laurentkneip / opengv

OpenGV is a collection of computer vision methods for solving geometric vision problems. It is hosted and maintained by the Mobile Perception Lab of ShanghaiTech.
Other
1.01k stars 354 forks source link

Add `-march=rv64gc` for riscv64 #119

Open hack3ric opened 1 year ago

hack3ric commented 1 year ago

RISC-V does not support -march=native, so -march=rv64gc is added.