From: Nick Mathewson Date: Tue, 3 Sep 2013 19:44:13 +0000 (-0400) Subject: Add a clarification to gcov instructions X-Git-Tag: tor-0.2.5.1-alpha~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11352b0ce152624553c7e698242144c2470db362;p=thirdparty%2Ftor.git Add a clarification to gcov instructions --- diff --git a/doc/HACKING b/doc/HACKING index b4d258612e..9f9e6447b7 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -133,6 +133,7 @@ line was never reached. Lines with numbers were called that number of times. If that doesn't work: * Try configuring Tor with --disable-gcc-hardening + * You might need to run 'make clean' after you run './configure'. Profiling Tor with oprofile ~~~~~~~~~~~~~~~~~~~~~~~~~~~