Created
May 13, 2020 02:24
-
-
Save bgamari/b5209fa186664e60fcc99dc47e252c47 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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