1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-24 22:21:46 +02:00

[CI] Disable debugging on MacOS

This commit is contained in:
Evgeny Posenitskiy 2022-06-15 11:11:11 +02:00 committed by GitHub
parent c0e82939ac
commit 7afc67cd96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ jobs:
run: |
export PKG_CONFIG_PATH=${PWD}/trexio/_install/lib/pkgconfig:$PKG_CONFIG_PATH
./autogen.sh
./configure CC=gcc-10 FC=gfortran-10 --enable-silent-rules --enable-debug
./configure CC=gcc-10 FC=gfortran-10 --enable-silent-rules
make -j 4
- name: Run test