Add extra conf for c project

This commit is contained in:
Ben Jackson 2019-01-05 10:39:05 +00:00
commit 6f805db24b

View file

@ -0,0 +1,4 @@
def Settings( **kwargs ):
return {
'flags': [ '-x', 'c++', '-Wall', '-Wextra' ]
}