From 8ffbd64f0858f30587c94be64eaf9c73863dd003 Mon Sep 17 00:00:00 2001 From: Benjamin Huth Date: Tue, 10 Dec 2024 17:28:23 +0100 Subject: [PATCH] update --- Plugins/Json/src/DetrayJsonHelper.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Plugins/Json/src/DetrayJsonHelper.cpp b/Plugins/Json/src/DetrayJsonHelper.cpp index b04d3e62b11..2b58936745b 100644 --- a/Plugins/Json/src/DetrayJsonHelper.cpp +++ b/Plugins/Json/src/DetrayJsonHelper.cpp @@ -6,6 +6,14 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. +#ifdef _GLIBCXX_ASSERTIONS +#undef _GLIBCXX_ASSERTIONS +#endif + +#ifdef _LIBCPP_DEBUG +#undef _LIBCPP_DEBUG +#endif + #include "Acts/Plugins/Json/DetrayJsonHelper.hpp" namespace Acts::DetrayJsonHelper {