Skip to content

Commit 4e97662

Browse files
committed
Remove checks for Intel LLVM due to bugs in the sanitizer
1 parent cb9b5ad commit 4e97662

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/CI.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ jobs:
154154
- name: Configure with CMake
155155
run: >-
156156
cmake -Wdev
157-
-DCMAKE_BUILD_TYPE=Debug
158-
-DCMAKE_Fortran_FLAGS_DEBUG="-warn all -check all -error-limit 1 -O0 -g -assume byterecl -standard-semantics -traceback"
157+
-DCMAKE_BUILD_TYPE=Release
159158
-DCMAKE_MAXIMUM_RANK:String=4
160159
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
161160
-S . -B build

0 commit comments

Comments
 (0)