Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cmake/modules/RootBuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ option(testing "Enable testing with CTest" OFF)
option(asan "Build ROOT with address sanitizer instrumentation (see core/sanitizer for details)" OFF)
option(_wheel_build "ROOT is being packaged as a wheel, do not install .dist-info metadata" OFF)

option(ENABLE_BASKET_ALLOC_TIME_TRACKING "Setting this define causes ROOT to keep statistics about memory buffer allocation time within the TTree. Given that this is a 'hot-path', we provide a mechanism for enabling / disabling this at compile time by developers; default is disabled." OFF)
mark_as_advanced(ENABLE_BASKET_ALLOC_TIME_TRACKING)

set(gcctoolchain "" CACHE PATH "Set path to GCC toolchain used to build llvm/clang")

if(all AND minimal)
Expand Down
Loading
Loading