$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Test - how to turn off memory dump?
From: Alex Perry (Alex.Perry_at_[hidden])
Date: 2011-09-30 05:54:57
On Fri, 30 Sep 2011 00:05:49 -0500 John M. Dlugosz wrote :-
>
> If I don't care about global memory allocations being reported as "leaks",
> how can I disable the "memory leak" detection step when a test program
> completes?
>
--detect_memory_leak=0
As part of the command line arguments
Alex