Skip to content

Commit

Permalink
core: disable valgrind mode by default
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed May 27, 2020
1 parent 7c6c0c7 commit 12a70c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libubx/ubx.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/* Enable this to configure microblx suitable for being run with
* valgrind. Right now this will pass RTLD_NODELETE to dlopen to allow
* it to print meaningful leak traces */
#define UBX_CONFIG_VALGRIND
#undef UBX_CONFIG_VALGRIND

#include "typemacros.h"

Expand Down

0 comments on commit 12a70c3

Please sign in to comment.