KindDragon / vld

Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
1.01k stars 316 forks source link

VLD config through env. vars #5

Closed akaStiX closed 8 years ago

akaStiX commented 8 years ago

It was necessary to disable VLD for death tests in GTest framework - otherwise it would report a lot of leaks. Configuring VLD through env. vars seemed like the best option for me.