Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

C: sparse

LCD 47 edited this page Apr 17, 2013 · 9 revisions

Maintainer: Daniel Walker [email protected]

The setting g:syntastic_sparse_config_file allows you to define a file that contains additional compiler arguments like include directories or CFLAGS. The file is expected to contain one option per line. If none is given the filename defaults to .syntastic_sparse_config:

let g:syntastic_sparse_config_file = '.config'
Clone this wiki locally