From d945489aef1c9aafa6520f3d28ff8fd654e3d031 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Thu, 19 Dec 2013 10:12:43 -0500 Subject: [PATCH] This might help travis pass the CPU intensive tests. Gotta go fast. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b043dba1..879f3a22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ before_script: script: - autoreconf -i - - ./configure + - CFLAGS=-Ofast ./configure - make -j3 - make check - make dist