I would like to build opencv4 with the following optimization flags:
-march=native -O3 -flto
What is the right way to specify those flags?
1 | initial version |
I would like to build opencv4 with the following optimization flags:
-march=native -O3 -flto
What is the right way to specify those flags?