From bd196c5f3e2c4140ad46e5d4d2d0ee4955a2cad2 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Mon, 16 Jan 2023 18:22:08 +0100 Subject: [PATCH] Set required C++ standard explicitly --- src/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.mk b/src/common.mk index a818719..fe49f89 100644 --- a/src/common.mk +++ b/src/common.mk @@ -35,4 +35,4 @@ else splfr := splfr endif -common_splfr_flags := -larmadillo -fopenmp -lmlpack -lstdc++ -cxx --struct +common_splfr_flags := -larmadillo -fopenmp -lmlpack -lstdc++ -cxx --cxxflag=-std=c++17 --struct -- GitLab