Skip to content

Commit 39ea2a5

Browse files
author
Łukasz 'sil2100' Zemczak
committed
Change the FindValgrind.cmake bits to have memcheck disabled by default.
1 parent 03dde5f commit 39ea2a5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

cmake/FindValgrind.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
option(
33
ENABLE_MEMCHECK_OPTION
44
"If set to ON, enables automatic creation of memcheck targets"
5-
ON
5+
OFF
66
)
77

88
find_program(

debian/rules

-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4
66
%:
77
dh $@ --parallel --fail-missing
88

9-
override_dh_auto_configure:
10-
# In case valgrind is installed - disable the memcheck option
11-
dh_auto_configure -- -DENABLE_MEMCHECK_OPTION=OFF
12-
139
override_dh_makeshlibs:
1410
dh_makeshlibs -V

0 commit comments

Comments
 (0)