1
Fork 0
This commit is contained in:
Alex Yatskov 2016-11-02 20:40:44 -07:00
parent 0c0952840e
commit 3b584f74a3
2 changed files with 1 additions and 16 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.ycm_extra_conf.py
CMakeCache.txt
CMakeFiles
Makefile

View File

@ -1,16 +0,0 @@
def FlagsForFile(filename, **kwargs):
flags = [
'-Wall',
'-Wextra',
'-Werror',
'-std=gnu11',
'-I/mnt/projects/zero-epwing/eb',
'-I/mnt/projects/zero-epwing/jansson/include',
'-x',
'c',
]
return {
'flags': flags,
'do_cache': True
}