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

(v3.7.0) C: avrgcc

LCD 47 edited this page Oct 6, 2015 · 1 revision

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