Skip to content
This repository was 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 karelishere@gmail.com

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