0 Star 0 Fork 0

範輝 / gentoo-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ycm_extra_conf.py 243 Bytes
一键复制 编辑 原始数据 按行查看 历史
範輝 提交于 2020-06-14 07:01 . update
def FlagsForFile( filename, **kwargs ):
return {
'flags': [
'-x', 'c', '-Wall', '-Wextra', '-Werror', '-std=c11',
'-isystem', '/usr/include',
'-isystem', '/usr/local/include',
'-I.'
],
}
Shell
1
https://gitee.com/kt10/gentoo-config.git
git@gitee.com:kt10/gentoo-config.git
kt10
gentoo-config
gentoo-config
master

搜索帮助