noloader / cryptopp-cmake

CMake files for Crypto++ project
BSD 3-Clause "New" or "Revised" License
92 stars 68 forks source link

Disable avx/avx2, make compilation failed #62

Closed dfleury2 closed 2 years ago

dfleury2 commented 3 years ago

Hi, when I deactivated avx/avx2 the compilation of cryptopp failed on (chacha_avx.cpp). It seems that the flag --mavx (or similar) is missing and should be present event if avx if disabled. I see it when I compile cryptopp using the Makefile provided with cryptoo. Regards,

noloader commented 2 years ago

This should be fixed.