From 1e8348969194d87760af490a1f2e7cc42690b10f Mon Sep 17 00:00:00 2001 From: ehzShelter Date: Fri, 21 Oct 2016 20:02:20 +0600 Subject: make it less verbose for c and cpp --- doc/ale.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3