use C++17 for new alignment support

This commit is contained in:
Ahmet Inan 2021-07-10 21:36:51 +02:00
commit 024ffa1d25

View file

@ -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