pass -std=c++11 to Clang for C++ code

This commit is contained in:
Joel Dice 2012-06-01 17:57:42 -06:00
parent 879df617df
commit bd7ef24734
2 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ endif
input = List
ifeq ($(use-clang),true)
build-cxx = clang
build-cxx = clang -std=c++11
build-cc = clang
else
build-cxx = g++