summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-01-12 18:46:46 +0000
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-01-12 18:46:46 +0000
commit93bc6843e4bf7a26eea3dc1eb1724d20ea99da18 (patch)
tree6faf28535007be3cb21e20d560d4c9bbd400e71b /HACKING.md
parenta9ee1d2e10f17b85d0ff917cf4c14296ee4c44a6 (diff)
downloadepiphany-93bc6843e4bf7a26eea3dc1eb1724d20ea99da18.tar.gz
Instructions for running valgrind lack 'valgrind'
valgrind works better when not missing from the command line.
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index b634a003c..07a72752e 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -215,5 +215,5 @@ To use valgrind, you must use environment variables to disable WebKit's sandbox
and JavaScriptCore's Gigacage:
```
-WEBKIT_FORCE_SANDBOX=0 GIGACAGE_ENABLED=0 G_SLICE=always-malloc epiphany
+WEBKIT_FORCE_SANDBOX=0 GIGACAGE_ENABLED=0 G_SLICE=always-malloc valgrind epiphany
```