We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8353bcc commit 64d6995Copy full SHA for 64d6995
.github/workflows/tooling.yml
@@ -69,7 +69,7 @@ jobs:
69
-DopenPMD_USE_ADIOS2=ON \
70
-DopenPMD_USE_INVASIVE_TESTS=ON \
71
-DCMAKE_VERBOSE_MAKEFILE=ON \
72
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
+ -DCMAKE_BUILD_TYPE=Debug
73
cmake --build build --parallel 2
74
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
75
export LSAN_OPTIONS=suppressions="$SOURCEPATH/.github/ci/sanitizer/clang/Leak.supp"
0 commit comments