Cleanup
This commit is contained in:
parent
0c0952840e
commit
3b584f74a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.ycm_extra_conf.py
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
Makefile
|
||||
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user