Created
March 10, 2016 14:49
-
-
Save Buildsoftwaresphere/a265176407d541e9ed28 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ac_add_options --disable-jemalloc | |
ac_add_options --enable-valgrind | |
ac_add_options --enable-optimize="-g -O2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mac
Mac
On Mac, run Valgrind with the following options.
--smc-check=all-non-file --vex-iropt-register-updates=allregs-at-mem-access --show-mismatched-frees=no --dsymutil=yes
The --dsymutil option ensures line number information is present in stack traces.