diff options
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 3f1c7438..6173b36a 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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. |