I'm trying to compile this project (https://github.com/speedskater/hot) which is implemented in C++, IM trying to compile it using an oracle virtual machine, the CMAKE flags are as follows: CMAKE FLAGS

meanwhile while trying to compile I keep getting this error error (error: ILINING failed in call to ALWAYS_INLINE ‘unsigned INT _tzcnt_u32(unsigned INT)’: target specific option mismatch)

some other answers suggested the -march=native, but its already included here,

can someone explain to me whether I should change the flags or do something else, thanks in advance

0

There are 0 best solutions below