Skip to content

Commit a749c0e

Browse files
committed
Disable UMF_DEVELOPER_MODE and debug checks under Valgrind
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent a9fa574 commit a749c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
-B ${{github.workspace}}/build
2929
-DCMAKE_BUILD_TYPE=Debug
3030
-DUMF_FORMAT_CODE_STYLE=OFF
31-
-DUMF_DEVELOPER_MODE=ON
31+
-DUMF_DEVELOPER_MODE=OFF
3232
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
3333
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF
3434
-DUMF_BUILD_CUDA_PROVIDER=OFF

0 commit comments

Comments
 (0)