Update azure-pipelines.yml
This commit is contained in:
parent
e9d1bc6bf3
commit
76aaa17b39
|
@ -163,7 +163,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
brew update
|
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
|
- job: OSX_OpenMP_Clang
|
||||||
pool:
|
pool:
|
||||||
|
|
Loading…
Reference in New Issue