From 43581feaee5394ec94ae034bcf73a373f6d193d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Stensg=C3=A5rd?= Date: Wed, 2 Nov 2016 03:18:45 +0100 Subject: test-profile-arcs: march=core2 Maybe Travis will build it now. --- test-profile-arcs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test-profile-arcs.sh') diff --git a/test-profile-arcs.sh b/test-profile-arcs.sh index e8d390e..2542388 100755 --- a/test-profile-arcs.sh +++ b/test-profile-arcs.sh @@ -5,20 +5,20 @@ set -e autoreconf -f -i echo >&2 "Baseline" -./configure CFLAGS='-O3 -march=native' CC=gcc >/dev/null +./configure CFLAGS='-O3 -march=core2' CC=gcc >/dev/null make clean >/dev/null make >/dev/null ./ray-headless echo >&2 "Profiling" -./configure CFLAGS='-O3 -march=native -fprofile-generate' CC=gcc >/dev/null +./configure CFLAGS='-O3 -march=core2 -fprofile-generate' CC=gcc >/dev/null make clean >/dev/null make >/dev/null ./ray-headless echo >&2 "Using profile" -./configure CFLAGS='-O3 -march=native -fprofile-use -fprofile-correction' CC=gcc >/dev/null +./configure CFLAGS='-O3 -march=core2 -fprofile-use -fprofile-correction' CC=gcc >/dev/null make clean >/dev/null make >/dev/null ./ray-headless -- cgit v1.2.3