Use latest C++ standard

This commit is contained in:
equal-l2
2017-03-01 02:42:35 +09:00
parent ceeff6c723
commit 4fa52fd98a
2 changed files with 2 additions and 5 deletions

View File

@@ -758,7 +758,7 @@ g:ale_c_clang_options *g:ale_c_clang_options*
g:ale_cpp_clang_options *g:ale_cpp_clang_options*
Type: |String|
Default: `'-std=c11 -Wall'`
Default: `'-std=c++14 -Wall'`
This variable can be changed to modify flags given to clang.