2017-03-28 22:25:44 +00:00
|
|
|
===============================================================================
|
|
|
|
ALE C Integration *ale-c-options*
|
|
|
|
|
|
|
|
|
2017-07-08 13:17:26 +00:00
|
|
|
===============================================================================
|
2017-03-28 22:25:44 +00:00
|
|
|
clang *ale-c-clang*
|
|
|
|
|
2017-07-16 20:37:10 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
2017-03-28 22:25:44 +00:00
|
|
|
g:ale_c_clang_options *g:ale_c_clang_options*
|
2017-04-27 21:04:34 +00:00
|
|
|
*b:ale_c_clang_options*
|
2017-03-28 22:25:44 +00:00
|
|
|
Type: |String|
|
|
|
|
Default: `'-std=c11 -Wall'`
|
|
|
|
|
2017-07-16 20:37:10 +00:00
|
|
|
This variable can be changed to modify flags given to clang.
|
2017-03-28 22:25:44 +00:00
|
|
|
|
|
|
|
|
2017-07-08 13:17:26 +00:00
|
|
|
===============================================================================
|
2017-03-28 22:25:44 +00:00
|
|
|
cppcheck *ale-c-cppcheck*
|
|
|
|
|
2017-07-16 21:11:43 +00:00
|
|
|
g:ale_c_cppcheck_executable *g:ale_c_cppcheck_executable*
|
|
|
|
*b:ale_c_cppcheck_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'cppcheck'`
|
|
|
|
|
|
|
|
This variable can be changed to use a different executable for cppcheck.
|
|
|
|
|
|
|
|
|
2017-03-28 22:25:44 +00:00
|
|
|
g:ale_c_cppcheck_options *g:ale_c_cppcheck_options*
|
2017-04-27 21:04:34 +00:00
|
|
|
*b:ale_c_cppcheck_options*
|
2017-03-28 22:25:44 +00:00
|
|
|
Type: |String|
|
|
|
|
Default: `'--enable=style'`
|
|
|
|
|
|
|
|
This variable can be changed to modify flags given to cppcheck.
|
|
|
|
|
|
|
|
|
2017-07-08 13:17:26 +00:00
|
|
|
===============================================================================
|
2017-03-28 22:25:44 +00:00
|
|
|
gcc *ale-c-gcc*
|
|
|
|
|
2017-07-16 21:41:15 +00:00
|
|
|
g:ale_c_gcc_executable *g:ale_c_gcc_executable*
|
|
|
|
*b:ale_c_gcc_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'gcc'`
|
|
|
|
|
|
|
|
This variable can be changed to use a different executable for gcc.
|
|
|
|
|
|
|
|
|
2017-03-28 22:25:44 +00:00
|
|
|
g:ale_c_gcc_options *g:ale_c_gcc_options*
|
2017-04-27 21:04:34 +00:00
|
|
|
*b:ale_c_gcc_options*
|
2017-03-28 22:25:44 +00:00
|
|
|
Type: |String|
|
|
|
|
Default: `'-std=c11 -Wall'`
|
|
|
|
|
|
|
|
This variable can be change to modify flags given to gcc.
|
|
|
|
|
|
|
|
|
2017-07-08 13:17:26 +00:00
|
|
|
===============================================================================
|
2017-03-28 22:25:44 +00:00
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|