"make" error found "Built target test-openssl.t"
Ash1161 opened this issue · 2 comments
Ash1161 commented
any help on understanding this issue. Don't know why its coming.
kazuho commented
The problem here is that the compiler is too old and does not have support for -mvaes
and -mvpclmulqdq
options.
Please
- use a newer complier, or
- build with cmake option
-DWITH_FUSION=OFF
.
Ash1161 commented
okay thanks.