We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88dd17 commit fa91cc4Copy full SHA for fa91cc4
2 files changed
algorithms/partitioner/CMakeLists.txt
@@ -4,6 +4,11 @@ add_library(sbg-part-lib STATIC)
4
set_target_properties(sbg-part-lib PROPERTIES DEBUG_POSTFIX "d")
5
target_include_directories(sbg-part-lib PUBLIC ${PROJECT_SOURCE_DIR})
6
7
+set(ENABLE_MEMORY_BENCHMARKING OFF)
8
+if(ENABLE_MEMORY_BENCHMARKING)
9
+ add_compile_definitions(USE_MEMORY_TRACKER)
10
+endif()
11
+
12
target_sources(
13
sbg-part-lib
14
PRIVATE
0 commit comments