use C++17 for aligned new

This commit is contained in:
Ahmet Inan 2021-06-10 14:41:43 +02:00
commit 1e0b2199af

View file

@ -1,5 +1,5 @@
CXXFLAGS = -std=c++11 -W -Wall -Ofast -fno-exceptions -fno-rtti -march=native -I../dsp -I../code
CXXFLAGS = -std=c++17 -W -Wall -Ofast -fno-exceptions -fno-rtti -march=native -I../dsp -I../code
CXX = clang++ -stdlib=libc++
#CXX = g++