diff options
Diffstat (limited to 'doc/ale-cpp.txt')
-rw-r--r-- | doc/ale-cpp.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-cpp.txt b/doc/ale-cpp.txt index f5e7863b..b84b5e2e 100644 --- a/doc/ale-cpp.txt +++ b/doc/ale-cpp.txt @@ -148,6 +148,14 @@ g:ale_cpp_cpplint_options *g:ale_cpp_cpplint_options* =============================================================================== gcc *ale-cpp-gcc* +g:ale_cpp_gcc_executable *g:ale_cpp_gcc_executable* + *b:ale_cpp_gcc_executable* + Type: |String| + Default: `'gcc'` + + This variable can be changed to use a different executable for gcc. + + g:ale_cpp_gcc_options *g:ale_cpp_gcc_options* *b:ale_cpp_gcc_options* Type: |String| |