From 54ff57317455994305b8bba085c5db166dc34373 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 16 Jul 2017 21:37:10 +0100 Subject: #711 - Make the clang executables configurable --- doc/ale-c.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/ale-c.txt') diff --git a/doc/ale-c.txt b/doc/ale-c.txt index 54b118f2..57d544db 100644 --- a/doc/ale-c.txt +++ b/doc/ale-c.txt @@ -5,12 +5,20 @@ ALE C Integration *ale-c-options* =============================================================================== clang *ale-c-clang* +g:ale_c_clang_executable *g:ale_c_clang_executable* + *b:ale_c_clang_executable* + Type: |String| + Default: `'clang'` + + This variable can be changed to use a different executable for clang. + + g:ale_c_clang_options *g:ale_c_clang_options* *b:ale_c_clang_options* Type: |String| Default: `'-std=c11 -Wall'` - This variable can be change to modify flags given to clang. + This variable can be changed to modify flags given to clang. =============================================================================== -- cgit v1.2.3