make it less verbose for c and cpp

This commit is contained in:
ehzShelter
2016-10-21 20:02:20 +06:00
parent ce3d79550d
commit 1e83489691
3 changed files with 14 additions and 4 deletions

View File

@@ -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.