Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.6.1
-
None
-
c5cc771656b068cec6ed253dbe010bf363d3fcc8 (qt-creator/qt-creator/master)
Description
the console app valgrind works out of the box with valgrind executable: "valgrind". If I add options to the valgrind execuateable: "valgrind --tool=memcheck --leak-check=full --show-leak-kinds=definite --errors-for-leak-kinds=definite" it doesnt work.
We use specific valgrind options within our jenkins build system and also want the same options on local valgrind run.