C: avrgcc - novaez/syntastic GitHub Wiki

Maintainer: Karel [email protected]

Checker option:

Setting g:syntastic_avrgcc_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 no filename is given, it defaults to .syntastic_avrgcc_config:

let g:syntastic_c_avrgcc_config_file = '.config'