From 9a56f4cca8cba065a27b7b39852f43da209d36a0 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 26 Aug 2022 21:35:23 +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 484f8b774..d9e9c46f0 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 DEBUG=1 + make CC=gcc-12 FC=gfortran-12 COMMON_OPT=-O1 - job: OSX_OpenMP_Clang pool: