From 327938a251c5353ab47ce02af7322e9257ec3ae5 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 3 Sep 2022 09:17:29 +0200 Subject: [PATCH] remove -g from osx/gcc12 job --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9ef7d32ac..8236c6cc3 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="-O2 -g" + make CC=gcc-12 FC=gfortran-12 - job: OSX_OpenMP_Clang pool: