Leak detection from command line compiler

delphi package - automated exception handling
Post Reply
david_navigator
Posts: 21
Joined: Thu Feb 22, 2018 8:45 pm

Leak detection from command line compiler

Post by david_navigator »

I'm sure this should be obvious, but I can't work out how to turn on leak detection when building via the command line compiler. Is it just sufficient to add the LeakChecking conditional define ?
madshi
Site Admin
Posts: 10766
Joined: Sun Mar 21, 2004 5:25 pm

Re: Leak detection from command line compiler

Post by madshi »

The madExcept settings need to have the leak checking activated, as well.
david_navigator
Posts: 21
Joined: Thu Feb 22, 2018 8:45 pm

Re: Leak detection from command line compiler

Post by david_navigator »

Thanks
Post Reply