diff options
author | Jack Lloyd <lloyd@randombit.net> | 2016-01-03 20:11:11 -0500 |
---|---|---|
committer | Jack Lloyd <lloyd@randombit.net> | 2016-01-03 20:11:11 -0500 |
commit | e61e64e37393be1827a9db27c95e4cc9d4af43dd (patch) | |
tree | f5be665b607e23a41b3f7c04bffc22dace945117 /src/build-data | |
parent | 77b8eb8a4ed5f5b63710afd85766e8f30d0bd2d9 (diff) |
Valgrind is not supposed to be enabled in the default build
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/buildh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 6ee309bdc..a1febe102 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -101,7 +101,7 @@ * Define BOTAN_HAS_VALGRIND to enable checking constant time annotations * TODO: expose as configure.py flag --with-valgrind */ -#define BOTAN_HAS_VALGRIND +//#define BOTAN_HAS_VALGRIND /* * RNGs will automatically poll the system for additional seed material |