From 024ffa1d25673e32eca7fc9748a57298c26cd918 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Sat, 10 Jul 2021 21:36:51 +0200 Subject: [PATCH] use C++17 for new alignment support --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index aed1c7d..3f47075 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ -CXXFLAGS = -I.. -std=c++11 -W -Wall -Ofast -fno-exceptions -fno-rtti +CXXFLAGS = -I.. -std=c++17 -W -Wall -Ofast -fno-exceptions -fno-rtti CXX = clang++ -stdlib=libc++ -march=native