Skip to content
Snippets Groups Projects
  • Raphael Isemann's avatar
    329c7c20
    Add build setting for leak checking. · 329c7c20
    Raphael Isemann authored
    Previously these build options where hidden behind a define and the
    only way to test them is to manually add this to the CXX/CC flags
    by hand.
    
    This patch turns this into a proper (but experimental) build setting
    to better document the effort to have proper memory deallocation in
    ROOT. It also fixes some of the broken code that was hidden behind
    this define.
    329c7c20
    History
    Add build setting for leak checking.
    Raphael Isemann authored
    Previously these build options where hidden behind a define and the
    only way to test them is to manually add this to the CXX/CC flags
    by hand.
    
    This patch turns this into a proper (but experimental) build setting
    to better document the effort to have proper memory deallocation in
    ROOT. It also fixes some of the broken code that was hidden behind
    this define.