diff options
author | equal-l2 <equal-l2@users.noreply.github.com> | 2017-03-01 02:42:35 +0900 |
---|---|---|
committer | equal-l2 <equal-l2@users.noreply.github.com> | 2017-03-01 02:42:35 +0900 |
commit | 4fa52fd98a7ba58dbdb1b6045a21a36c89b06526 (patch) | |
tree | af5ad2898d3853ecd25a5d854247725c6149f92f /doc/ale.txt | |
parent | ceeff6c723463ee4d47159d48b44eb49f8222e91 (diff) | |
download | ale-4fa52fd98a7ba58dbdb1b6045a21a36c89b06526.zip |
Use latest C++ standard
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. |