From dbb33f412f7687d047153a9c2dd6bb0a7d2c11de Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 24 Mar 2021 08:30:48 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 49e53cbda..5040ae697 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -73,5 +73,6 @@ jobs: vmImage: 'macOS-10.15' steps: - script: | - make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 + make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 CC=clang +