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

C: avrgcc

LCD 47 edited this page Oct 8, 2014 · 7 revisions

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'
Clone this wiki locally