diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index ab6f6093..fa410547 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -431,7 +431,7 @@ g:ale_html_tidy_args *g:ale_html_tidy_args* g:ale_c_gcc_options *g:ale_c_gcc_options* Type: |String| - Default: `'-Wall'` + Default: `'-std=c11 -Wall'` This variable can be change to modify flags given to gcc. @@ -442,7 +442,7 @@ g:ale_c_gcc_options *g:ale_c_gcc_options* g:ale_cpp_gcc_options *g:ale_cpp_gcc_options* Type: |String| - Default: `'-Wall'` + Default: `'-std=c++14 -Wall'` This variable can be changed to modify flags given to gcc. |