diff options
author | Qusic <hi@qusic.me> | 2017-05-20 00:41:57 +0800 |
---|---|---|
committer | Qusic <hi@qusic.me> | 2017-05-20 00:58:09 +0800 |
commit | af6470c8d02067a1d6ec346ac6e277c86224b9e5 (patch) | |
tree | c75934df53914caca3aeb9496285aa14c8e36092 /doc/ale-objc.txt | |
parent | bb1f045d59e93b0565927f1e887e3e7a3a11e61b (diff) | |
download | ale-af6470c8d02067a1d6ec346ac6e277c86224b9e5.zip |
add clang for objc and objcpp
Diffstat (limited to 'doc/ale-objc.txt')
-rw-r--r-- | doc/ale-objc.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ale-objc.txt b/doc/ale-objc.txt new file mode 100644 index 00000000..2e1c734f --- /dev/null +++ b/doc/ale-objc.txt @@ -0,0 +1,17 @@ +=============================================================================== +ALE Objective-C Integration *ale-objc-options* + + +------------------------------------------------------------------------------- +clang *ale-objc-clang* + +g:ale_objc_clang_options *g:ale_objc_clang_options* + *b:ale_objc_clang_options* + Type: |String| + Default: `'-std=c11 -Wall'` + + This variable can be changed to modify flags given to clang. + + +------------------------------------------------------------------------------- + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |