diff options
author | lloyd <[email protected]> | 2011-06-30 14:08:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-06-30 14:08:01 +0000 |
commit | dcc7e959eff557811c3cf414adde096285821816 (patch) | |
tree | 1ea5db55d36799b7f381aa219235641216c8d3a1 /src/build-data/cc/clang.txt | |
parent | 6afb1f1db6debc4b86214155d281ce195ecf360c (diff) |
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++).
Diffstat (limited to 'src/build-data/cc/clang.txt')
-rw-r--r-- | src/build-data/cc/clang.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |