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/380
pull/465/head
Jeffrey Walton 2017-08-23 02:34:37 -04:00
parent 5c883d526a
commit 2b82aa9085
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 1 additions and 1 deletions

View File

@ -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

0
GNUmakefile Executable file → Normal file
View File