1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-26 12:24:40 +01:00

Add helpful defaults for Valgrind

This commit is contained in:
coderstephen 2015-08-27 12:33:19 -05:00
parent df67108522
commit 08a2a96175

4
.valgrindrc Normal file
View File

@ -0,0 +1,4 @@
--error-limit=no
--trace-children=yes
--track-fds=yes
--undef-value-errors=no