aboutsummaryrefslogtreecommitdiff
path: root/src/core/Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Utils.cpp')
-rw-r--r--src/core/Utils.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Utils.cpp b/src/core/Utils.cpp
index 6080dc45ba..7223368a7e 100644
--- a/src/core/Utils.cpp
+++ b/src/core/Utils.cpp
@@ -395,6 +395,7 @@ const std::pair<unsigned int, unsigned int> arm_compute::scaled_dimensions(unsig
return std::make_pair(w, h);
}
+#ifdef ARM_COMPUTE_DEBUG_ENABLED
void arm_compute::print_consecutive_elements(std::ostream &s, DataType dt, const uint8_t *ptr, unsigned int n, int stream_width, const std::string &element_delim)
{
switch(dt)
@@ -455,3 +456,4 @@ int arm_compute::max_consecutive_elements_display_width(std::ostream &s, DataTyp
}
return 0;
}
+#endif /* ARM_COMPUTE_DEBUG_ENABLED */