stay c++11 compatible

This commit is contained in:
Ahmet Inan 2018-10-25 08:57:58 +02:00
commit 75094bb2db
2 changed files with 2 additions and 2 deletions

View file

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