Skip to content

Commit 64d6995

Browse files
committed
Try build type Debug
1 parent 8353bcc commit 64d6995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tooling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
-DopenPMD_USE_ADIOS2=ON \
7070
-DopenPMD_USE_INVASIVE_TESTS=ON \
7171
-DCMAKE_VERBOSE_MAKEFILE=ON \
72-
-DCMAKE_BUILD_TYPE=RelWithDebInfo
72+
-DCMAKE_BUILD_TYPE=Debug
7373
cmake --build build --parallel 2
7474
export ASAN_OPTIONS=detect_stack_use_after_return=1:detect_leaks=1:check_initialization_order=true:strict_init_order=true:detect_stack_use_after_scope=1:fast_unwind_on_malloc=0
7575
export LSAN_OPTIONS=suppressions="$SOURCEPATH/.github/ci/sanitizer/clang/Leak.supp"

0 commit comments

Comments
 (0)