aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-09-03 15:44:13 -0400
committerNick Mathewson <nickm@torproject.org>2013-09-03 15:44:13 -0400
commit11352b0ce152624553c7e698242144c2470db362 (patch)
treeb08b91aeb56e06ca5d718c0288fa2c769316c21a /doc
parent9b2a0f5c755b0dc4a93c6a77e3f6bdb59a3ba96c (diff)
downloadtor-11352b0ce152624553c7e698242144c2470db362.tar
tor-11352b0ce152624553c7e698242144c2470db362.tar.gz
Add a clarification to gcov instructions
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING
index b4d258612..9f9e6447b 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~