This might help travis pass the CPU intensive tests.

Gotta go fast.
This commit is contained in:
irungentoo 2013-12-19 10:12:43 -05:00
parent a576e451ab
commit d945489aef

View File

@ -56,7 +56,7 @@ before_script:
script:
- autoreconf -i
- ./configure
- CFLAGS=-Ofast ./configure
- make -j3
- make check
- make dist