From b620ee5c1a2af2fc7c7346123f3a2ac80f2a6c33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20H=C3=B6rl?=
 <maximilian.hoerl@mathematik.uni-stuttgart.de>
Date: Thu, 7 May 2020 19:19:23 +0200
Subject: [PATCH] add flag -fconcepts to cmake.opts

---
 cmake.opts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmake.opts b/cmake.opts
index 1e49545..1c93333 100644
--- a/cmake.opts
+++ b/cmake.opts
@@ -14,6 +14,7 @@ GXX_RELEASE_OPTS=" \
     -fno-strict-aliasing \
     -fstrict-overflow \
     -fno-finite-math-only \
+    -fconcepts \
     -O3 \
     -march=native \
     -funroll-loops \
-- 
GitLab