From 16b29f47425631b8a06c070371da9c9bd2c9ca5b Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 25 Mar 2021 09:38:29 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2d8f3552e..a57a7702e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -86,6 +86,6 @@ jobs: - script: | brew update brew install llvm libomp - make USE_OPENMP=1 INTERFACE64=1 DEBUG=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10 + make TARGET=CORE2 USE_OPENMP=1 INTERFACE64=1 DEBUG=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10