tpys / face-everthing

face detection alignment recognition reconstruction ...
261 stars 102 forks source link

c++: error: unrecognized command line option ‘-msse4.2’ #11

Open ycdhqzhiai opened 6 years ago

ycdhqzhiai commented 6 years ago

hi all. i got an error on jeston TX2 image

arasharchor commented 6 years ago

@ycdhqzhiai you have to disable -msse option in Cmake configuration. ARM processor of JETSON does not support SSE instructions.