From d9f88cdb0fd729be5bddbeac9cb2da7c6bcbfb47 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 26 Jan 2017 10:43:08 +0300 Subject: [PATCH] Travis CI: compile for host CPU (to test double-wide primitives) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 10d0628..821b80c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ install: - ./configure --enable-assertions --enable-werror script: - - make -j check + - make -j check CFLAGS_EXTRA="-march=native" -- 2.40.0