aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-09-08 14:30:27 +0200
committerAnton Khirnov <anton@khirnov.net>2020-09-08 14:30:27 +0200
commita907c5fe31b5a7bc9e7cee38545301cd169c7253 (patch)
treeaf5b912e510096a9950bc92454211e768f38b9f7
parent1b127d5b7212b31aad7c17fe90f82cea417410bd (diff)
bbox: reduce optimization level
Fix build with ICC
-rw-r--r--Carpet/CarpetLib/src/bbox.cc2
1 files changed, 1 insertions, 1 deletions
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<typename T, int D>