Skip to content

Commit cb9b5ad

Browse files
committed
Intel LLVM: build with checks
1 parent ca91f8e commit cb9b5ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

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

0 commit comments

Comments
 (0)