Skip to content

Instantly share code, notes, and snippets.

@bgamari
Created May 13, 2020 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgamari/b5209fa186664e60fcc99dc47e252c47 to your computer and use it in GitHub Desktop.
Save bgamari/b5209fa186664e60fcc99dc47e252c47 to your computer and use it in GitHub Desktop.
diff --git a/runstdtest/runstdtest.prl b/runstdtest/runstdtest.prl
index 4ac632f..fb12099 100644
--- a/runstdtest/runstdtest.prl
+++ b/runstdtest/runstdtest.prl
@@ -209,7 +209,7 @@ if ($PostScript ne '') {
# OK, so we're gonna do the normal thing...
if ($Cachegrind eq 'yes') {
- $CachegrindPrefix = "valgrind --tool=cachegrind --log-fd=9 9>$CachegrindStats";
+ $CachegrindPrefix = "valgrind --tool=cachegrind --dsymutil=no --log-fd=9 9>$CachegrindStats";
} else {
$CachegrindPrefix = '';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment