From a907c5fe31b5a7bc9e7cee38545301cd169c7253 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 8 Sep 2020 14:30:27 +0200 Subject: bbox: reduce optimization level Fix build with ICC --- Carpet/CarpetLib/src/bbox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Carpet/CarpetLib/src/bbox.cc b/Carpet/CarpetLib/src/bbox.cc index b4f6523f5..ac7ac7ded 100644 --- a/Carpet/CarpetLib/src/bbox.cc +++ b/Carpet/CarpetLib/src/bbox.cc @@ -16,7 +16,7 @@ using namespace std; - +#pragma GCC optimize 1 // Consistency checks template -- cgit v1.2.3