remove -g from osx/gcc12 job

This commit is contained in:
Martin Kroeker 2022-09-03 09:17:29 +02:00 committed by GitHub
parent 8e16408219
commit 327938a251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: