summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorehzShelter <emrulhasanzawad@outlook.com>2016-10-21 20:02:20 +0600
committerehzShelter <emrulhasanzawad@outlook.com>2016-10-21 20:02:20 +0600
commit1e8348969194d87760af490a1f2e7cc42690b10f (patch)
tree4af8d7035e3f678d3d35798449d4d9402a683161 /doc
parentce3d79550d19d5d568476af02940daa9e7683cd2 (diff)
downloadale-1e8348969194d87760af490a1f2e7cc42690b10f.zip
make it less verbose for c and cpp
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt4
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.