diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-10-21 18:08:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-21 18:08:25 +0100 |
commit | 216eadbcbead15613e1725aa023bbcfd014b7573 (patch) | |
tree | ee98a4d3e3f0e8f34ff10e3d0d84c47eab4be239 /doc | |
parent | 5eee70cf3771d8c07686766fa6625c9ac045af39 (diff) | |
parent | 1e8348969194d87760af490a1f2e7cc42690b10f (diff) | |
download | ale-216eadbcbead15613e1725aa023bbcfd014b7573.zip |
Merge pull request #133 from ehzShelter/master
Added c++14 standard support and POSIX API compile time linker flags and ISO c++14 atomic and thread library support…
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 38451afd..f1668481 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -432,7 +432,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. @@ -443,7 +443,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. |