From 2b82aa9085fb20a58f1a694731dca2798361faba Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 23 Aug 2017 02:34:37 -0400 Subject: [PATCH] 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 --- .travis.yml | 2 +- GNUmakefile | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 GNUmakefile diff --git a/.travis.yml b/.travis.yml index e0547ac4..359ff732 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/GNUmakefile b/GNUmakefile old mode 100755 new mode 100644