From 76aaa17b39f84527e03d080eeacfa2899c139445 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 28 Aug 2022 07:34:38 +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 7da775248..8a80cbb07 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -163,7 +163,7 @@ jobs: steps: - script: | brew update - make CC=gcc-12 FC=gfortran-12 #'COMMON_OPT=-O1 + make CC=gcc-12 FC=gfortran-12 COMMON_OPT="-O2 -fno-tree-vectorize" - job: OSX_OpenMP_Clang pool: