From dcc7e959eff557811c3cf414adde096285821816 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 30 Jun 2011 14:08:01 +0000 Subject: Use the right flags for C++11 for Clang (though 2.9 lacks support for defaulted functions and thus can't compile anything currently, at least on my machine with 4.5's libstdc++). --- src/build-data/cc/clang.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build-data/cc/clang.txt') diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt index f4db26ee8..c8867ba93 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -10,7 +10,7 @@ add_include_dir_option -I add_lib_dir_option -L add_lib_option -l -lang_flags "-D_REENTRANT -ansi -Wno-long-long" +lang_flags "-D_REENTRANT -std=c++0x" warning_flags "-W -Wall" makefile_style unix -- cgit v1.2.3