From 90aecad6978c3e2e73e1a9fb01b62db21a91a25e Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 9 Apr 2021 10:44:22 +0200 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 ffe86e413..6b7adc59d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -94,6 +94,6 @@ jobs: - script: | brew update brew install llvm libomp - make TARGET=CORE2 USE_OPENMP=1 INTERFACE64=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10 + make TARGET=CORE2 USE_OPENMP=1 INTERFACE64=1 DYNAMIC_ARCH=1 DEBUG=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10