summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Lemstra <dirk@lemstra.org>2020-01-06 17:12:45 +0100
committerDirk Lemstra <dirk@lemstra.org>2020-01-06 17:12:45 +0100
commitf816d4b1a4d82cceee3fc03626245245e3fda4e4 (patch)
treef8ab27c38e72f41e34d0d2123512339659713f8c
parent61faaeb2f5c19c2eb304eb225ce3694a423987e9 (diff)
downloadImageMagick-f816d4b1a4d82cceee3fc03626245245e3fda4e4.tar.gz
Enable OpenMP in the travis build.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index db7e77f4f..4393bcd22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ script: |
set -x
export OMP_NUM_THREADS=1
export CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Wno-error=unused-variable"
- ./configure --disable-openmp --with-quantum-depth=16 --enable-hdri=no --without-perl --prefix=/usr
+ ./configure --with-quantum-depth=16 --enable-hdri=no --without-perl --prefix=/usr
make
make install DESTDIR=$(readlink -f appdir)
# Build the fuzzers