Remove popt from project's dependencies
[babeltrace.git] / CONTRIBUTING.adoc
index be9688a313beeb2c256c066a9ae25cd8c132a374..72434e89346dc4ef7dcd15e306ae095898a87794 100644 (file)
@@ -1489,8 +1489,7 @@ loads libbabeltrace2, use:
 
 ----
 $ G_SLICE=always-malloc G_DEBUG=gc-friendly PYTHONMALLOC=malloc \
-  LIBBABELTRACE2_NO_DLCLOSE=1 valgrind --leak-check=full \
-  --suppressions=/path/to/babeltrace/extras/valgrind/popt.supp app
+  LIBBABELTRACE2_NO_DLCLOSE=1 valgrind --leak-check=full app
 ----
 
 `G_SLICE=always-malloc` and `G_DEBUG=gc-friendly` is for GLib and
This page took 0.02443 seconds and 4 git commands to generate.