This commit is contained in:
Alex Yatskov 2019-03-04 11:11:09 -08:00
parent c1ff300d4f
commit 35be38fe16

View File

@ -4,12 +4,9 @@ def FlagsForFile(filename, **kwargs):
'-Wextra',
'-Werror'
'-pedantic',
'-std=c++11'
'-I',
'.',
'-isystem',
'/usr/include',
'-xc++',
'-std=c++11'
]
return {