We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03dde5f commit 39ea2a5Copy full SHA for 39ea2a5
cmake/FindValgrind.cmake
@@ -2,7 +2,7 @@
2
option(
3
ENABLE_MEMCHECK_OPTION
4
"If set to ON, enables automatic creation of memcheck targets"
5
- ON
+ OFF
6
)
7
8
find_program(
debian/rules
@@ -6,9 +6,5 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4
%:
dh $@ --parallel --fail-missing
9
-override_dh_auto_configure:
10
- # In case valgrind is installed - disable the memcheck option
11
- dh_auto_configure -- -DENABLE_MEMCHECK_OPTION=OFF
12
-
13
override_dh_makeshlibs:
14
dh_makeshlibs -V
0 commit comments