Skip to content

Instantly share code, notes, and snippets.

@springle
Created October 18, 2017 05:04
Show Gist options
  • Save springle/36c6ed8f962ccd84e713beca1baf2598 to your computer and use it in GitHub Desktop.
Save springle/36c6ed8f962ccd84e713beca1baf2598 to your computer and use it in GitHub Desktop.
flags = [
'x',
'c',
'-I.',
]
def FlagsForFile( filename, **kwargs ):
return {
'flags': flags
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment