6 lines
94 B
Python
Raw Normal View History

2013-10-08 19:02:20 -07:00
def FlagsForFile( filename ):
return {
'flags': ['-x', 'c++'],
'do_cache': True
}