Test remove -march=native
Also see "Random crashes on different computers because option -march=native is active 'by default'", https://github.com/weidai11/cryptopp/issues/380pull/465/head
parent
5c883d526a
commit
2b82aa9085
|
|
@ -89,7 +89,7 @@ script:
|
|||
mkdir cryptopp-build
|
||||
cd cryptopp-build
|
||||
cmake $CRYPTOPP_DIR
|
||||
make -j 4
|
||||
make -j 4
|
||||
./cryptest.exe v
|
||||
./cryptest.exe tv all
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue