summaryrefslogtreecommitdiff
path: root/src/utils/checkutils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/checkutils.cpp')
-rw-r--r--src/utils/checkutils.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/checkutils.cpp b/src/utils/checkutils.cpp
index 7b30b347a..8aa82bc11 100644
--- a/src/utils/checkutils.cpp
+++ b/src/utils/checkutils.cpp
@@ -18,6 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef ENABLE_ASSERTS
+
#include "utils/checkutils.h"
#include "logger.h"
@@ -39,3 +41,5 @@ bool reportTrueReal(const bool val, const char *const file,
logger->log("Debug: true value at %s:%u", file, line);
return val;
}
+
+#endif // ENABLE_ASSERTS