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 Jun 12, 2016 · 7 revisions

This file is no longer maintained

This file exists only as a historic reference. Documentation for syntastic checkers is now included in the manual, please see :help syntastic-checkers in Vim.


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